2018-05-22 09:31:37,418 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-141 | | 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-22 09:31:37,420 - 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=dC4Qnhnj8udEY9UwbHys9t89M export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.25,192.30.9.9 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.25:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.9 export OS_REGION_NAME=regionOne 2018-05-22 09:31:37,420 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-22 09:31:37,421 - 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-22 09:31:37,421 - xtesting.ci.run_tests - INFO - Running tier 'healthcheck' 2018-05-22 09:31:37,422 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-05-22 09:31:40,329 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-22 09:31:50,197 - 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.857s OK 2018-05-22 09:31:50,308 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-22 09:31:50,308 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:10 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-05-22 09:31:50,312 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-05-22 09:31:52,322 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-22 09:44:04,410 - 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 732.035s OK 2018-05-22 09:44:04,524 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-22 09:44:04,525 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 12:12 | PASS | +-------------------+------------------+------------------+----------------+ 2018-05-22 09:44:04,528 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-05-22 09:44:05,380 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-22 09:44:46,050 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 40.669s OK 2018-05-22 09:44:46,161 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-22 09:44:46,161 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 00:41 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-05-22 09:44:46,165 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:10 | PASS | | api_check | functest | healthcheck | 12:12 | PASS | | snaps_health_check | functest | healthcheck | 00:41 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-05-22 09:44:46,168 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-05-22 09:44:48,977 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-141 | | 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-22 09:44:48,981 - 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=dC4Qnhnj8udEY9UwbHys9t89M export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.25,192.30.9.9 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.25:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.9 export OS_REGION_NAME=regionOne 2018-05-22 09:44:48,981 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-22 09:44:48,982 - 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-22 09:44:48,984 - xtesting.ci.run_tests - INFO - Running tier 'smoke' 2018-05-22 09:44:48,984 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-05-22 09:44:50,675 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - ext_net: Munch({u'status': u'ACTIVE', u'subnets': [u'f23ea644-cecc-42a7-96f2-1fb0cb4e3a13'], u'description': u'', u'provider:physical_network': u'datacentre', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-05-22T09:19:32Z', u'is_default': False, u'revision_number': 4, u'port_security_enabled': True, u'mtu': 1500, u'id': u'44dc2560-319c-4da8-acdb-468a21cd52b7', 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'6f202a65da2c4bf08e7d388e82d88dff', u'created_at': u'2018-05-22T09:19:25Z', u'provider:network_type': u'flat', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'6f202a65da2c4bf08e7d388e82d88dff'}) 2018-05-22 09:44:51,060 - xtesting.energy.energy - INFO - API recorder available at : http://energy.opnfv.fr/resources/recorders/environment/lf-pod1 2018-05-22 09:44:51,060 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-05-22 09:44:51,497 - xtesting.energy.energy - DEBUG - Starting recording 2018-05-22 09:44:51,497 - xtesting.energy.energy - DEBUG - Submitting scenario (vping_ssh/running) 2018-05-22 09:44:52,175 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Begin virtual environment setup 2018-05-22 09:44:52,175 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - vPing Start Time:'2018-05-22 09:44:52' 2018-05-22 09:44:52,176 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Creating image with name: 'functest-vping--800b2851-d904-48a3-95cd-8945929b7bd0' 2018-05-22 09:44:52,176 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Image metadata: None 2018-05-22 09:44:54,089 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/functest-vping--800b2851-d904-48a3-95cd-8945929b7bd0', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-05-22T09:44:52Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'shared', u'file': u'/v2/images/5b6ac05a-5fac-4f81-a52a-630ef31a3944/file', u'owner': u'0e106c30fefa42c88ace8f783f932bb7', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'5b6ac05a-5fac-4f81-a52a-630ef31a3944', u'size': None, u'name': u'functest-vping--800b2851-d904-48a3-95cd-8945929b7bd0', u'checksum': None, u'self': u'/v2/images/5b6ac05a-5fac-4f81-a52a-630ef31a3944', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-05-22T09:44:52Z', u'schema': u'/v2/schemas/image'}) 2018-05-22 09:44:54,090 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Creating network with name: 'vping-net-800b2851-d904-48a3-95cd-8945929b7bd0' 2018-05-22 09:44:54,473 - 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-22T09:44:54Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'd7f30d5c-1294-49de-8e60-92198be64bef', u'provider:segmentation_id': 86, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping-net-800b2851-d904-48a3-95cd-8945929b7bd0', u'admin_state_up': True, u'tenant_id': u'0e106c30fefa42c88ace8f783f932bb7', u'created_at': u'2018-05-22T09:44:54Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'0e106c30fefa42c88ace8f783f932bb7'}) 2018-05-22 09:44:55,276 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-05-22T09:44:55Z', 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'6fa9feee-cf67-4f22-a54f-0ea67601436a', u'subnetpool_id': None, u'service_types': [], u'name': u'vping-subnet-800b2851-d904-48a3-95cd-8945929b7bd0', u'enable_dhcp': True, u'network_id': u'd7f30d5c-1294-49de-8e60-92198be64bef', u'tenant_id': u'0e106c30fefa42c88ace8f783f932bb7', u'created_at': u'2018-05-22T09:44:55Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.130.1', u'ip_version': 4, u'project_id': u'0e106c30fefa42c88ace8f783f932bb7'}) 2018-05-22 09:44:55,276 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Creating router with name: 'vping-router-800b2851-d904-48a3-95cd-8945929b7bd0' 2018-05-22 09:44:57,704 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'44dc2560-319c-4da8-acdb-468a21cd52b7', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'f23ea644-cecc-42a7-96f2-1fb0cb4e3a13', u'ip_address': u'172.30.9.202'}]}, u'description': u'', u'tags': [], u'tenant_id': u'0e106c30fefa42c88ace8f783f932bb7', u'created_at': u'2018-05-22T09:44:56Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-05-22T09:44:57Z', u'revision_number': 2, u'routes': [], u'project_id': u'0e106c30fefa42c88ace8f783f932bb7', u'id': u'f530bddd-4cf5-4e8f-8431-a87b853690d9', u'name': u'vping-router-800b2851-d904-48a3-95cd-8945929b7bd0'}) 2018-05-22 09:44:59,331 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Creating flavor with name: 'vping-flavor-800b2851-d904-48a3-95cd-8945929b7bd0' 2018-05-22 09:44:59,537 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - flavor: Munch({'name': u'vping-flavor-800b2851-d904-48a3-95cd-8945929b7bd0', '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'0e106c30fefa42c88ace8f783f932bb7', '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'0d6b86ae-cb8a-41b6-8fdf-2e12041fdebe', 'swap': 0}) 2018-05-22 09:45:00,207 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-800b2851-d904-48a3-95cd-8945929b7bd0' 2018-05-22 09:45:08,742 - 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-800b2851-d904-48a3-95cd-8945929b7bd0': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:5a:35:6a', u'version': 4, u'addr': u'192.168.130.12', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'5b6ac05a-5fac-4f81-a52a-630ef31a3944'}), 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-00000027', u'OS-SRV-USG:launched_at': u'2018-05-22T09:37:38.000000', 'flavor': Munch({u'id': u'0d6b86ae-cb8a-41b6-8fdf-2e12041fdebe'}), 'az': u'nova', 'id': u'bf9babfc-331f-4bd6-a474-0d20151dac32', 'security_groups': [Munch({u'name': u'vping-sg-800b2851-d904-48a3-95cd-8945929b7bd0'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'8a8bfdb57cad4d1abce859d16f203ad3', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'0e106c30fefa42c88ace8f783f932bb7', '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-22T09:37:38.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-05-22T09:45:08Z', 'hostId': u'a97d2abb1419f1675a894f19239479b8b2eb4770bc29bb04c2400ed0', 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.12', 'cloud': 'envvars', 'host_id': u'a97d2abb1419f1675a894f19239479b8b2eb4770bc29bb04c2400ed0', '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-00000027', u'OS-SRV-USG:launched_at': u'2018-05-22T09:37:38.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'0e106c30fefa42c88ace8f783f932bb7', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'overcloud-novacompute-1.opnfvlf.org', 'name': u'opnfv-vping-1-800b2851-d904-48a3-95cd-8945929b7bd0', 'adminPass': u'GjKdQKb8fVYK', 'tenant_id': u'0e106c30fefa42c88ace8f783f932bb7', 'region': 'regionOne', 'created': u'2018-05-22T09:45:02Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-05-22 09:45:11,052 - 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 707408756 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.127146] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.128753] pid_max: default: 32768 minimum: 301 [ 0.129620] ACPI: Core revision 20150930 [ 0.130974] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132244] Security Framework initialized [ 0.133037] Yama: becoming mindful. [ 0.133746] AppArmor: AppArmor initialized [ 0.134590] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.135878] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137112] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.138531] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140224] Initializing cgroup subsys io [ 0.141202] Initializing cgroup subsys memory [ 0.142266] Initializing cgroup subsys devices [ 0.143330] Initializing cgroup subsys freezer [ 0.144392] Initializing cgroup subsys net_cls [ 0.145463] Initializing cgroup subsys perf_event [ 0.146589] Initializing cgroup subsys net_prio [ 0.147658] Initializing cgroup subsys hugetlb [ 0.148703] Initializing cgroup subsys pids [ 0.149737] CPU: Physical Processor ID: 0 [ 0.151378] mce: CPU supports 10 MCE banks [ 0.152385] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.153585] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164208] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170809] ftrace: allocating 31920 entries in 125 pages [ 0.196722] smpboot: Max logical packages: 1 [ 0.197750] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.199377] x2apic enabled [ 0.200274] Switched APIC routing to physical x2apic. [ 0.202186] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.203528] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.205870] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.208037] KVM setup paravirtual spinlock [ 0.209492] x86: Booted up 1 node, 1 CPUs [ 0.210471] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.212143] devtmpfs: initialized [ 0.213946] evm: security.selinux [ 0.214776] evm: security.SMACK64 [ 0.215608] evm: security.SMACK64EXEC [ 0.216515] evm: security.SMACK64TRANSMUTE [ 0.217493] evm: security.SMACK64MMAP [ 0.218386] evm: security.ima [ 0.219142] evm: security.capability [ 0.220088] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.222336] pinctrl core: initialized pinctrl subsystem [ 0.223641] RTC time: 9:37:38, date: 05/22/18 [ 0.224774] NET: Registered protocol family 16 [ 0.225920] cpuidle: using governor ladder [ 0.226910] cpuidle: using governor menu [ 0.227858] PCCT header not found. [ 0.228745] ACPI: bus type PCI registered [ 0.229706] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231220] PCI: Using configuration type 1 for base access [ 0.233182] ACPI: Added _OSI(Module Device) [ 0.234191] ACPI: Added _OSI(Processor Device) [ 0.235248] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.236347] ACPI: Added _OSI(Processor Aggregator Device) [ 0.238707] ACPI: Interpreter enabled [ 0.239637] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.241922] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.244205] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.246490] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.248867] ACPI: (supports S0 S5) [ 0.249732] ACPI: Using IOAPIC for interrupt routing [ 0.250872] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254363] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.255770] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257287] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258780] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.261541] acpiphp: Slot [3] registered [ 0.262516] acpiphp: Slot [4] registered [ 0.263459] acpiphp: Slot [5] registered [ 0.264453] acpiphp: Slot [6] registered [ 0.265439] acpiphp: Slot [7] registered [ 0.266395] acpiphp: Slot [8] registered [ 0.267384] acpiphp: Slot [9] registered [ 0.268379] acpiphp: Slot [10] registered [ 0.269363] acpiphp: Slot [11] registered [ 0.270371] acpiphp: Slot [12] registered [ 0.271389] acpiphp: Slot [13] registered [ 0.272188] acpiphp: Slot [14] registered [ 0.272991] acpiphp: Slot [15] registered [ 0.283868] acpiphp: Slot [16] registered [ 0.284669] acpiphp: Slot [17] registered [ 0.285467] acpiphp: Slot [18] registered [ 0.286259] acpiphp: Slot [19] registered [ 0.287058] acpiphp: Slot [20] registered [ 0.287862] acpiphp: Slot [21] registered [ 0.288661] acpiphp: Slot [22] registered [ 0.289458] acpiphp: Slot [23] registered [ 0.290252] acpiphp: Slot [24] registered [ 0.291063] acpiphp: Slot [25] registered [ 0.291869] acpiphp: Slot [26] registered [ 0.292667] acpiphp: Slot [27] registered [ 0.293466] acpiphp: Slot [28] registered [ 0.294262] acpiphp: Slot [29] registered [ 0.295070] acpiphp: Slot [30] registered [ 0.295873] acpiphp: Slot [31] registered [ 0.296669] PCI host bridge to bus 0000:00 [ 0.297466] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.298657] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299848] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301277] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302705] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.308829] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310092] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.311248] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.312501] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.318953] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.320368] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.365720] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367209] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368608] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370006] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371384] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.372644] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.373805] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.374846] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.376366] vgaarb: loaded [ 0.376963] vgaarb: bridge control possible 0000:00:02.0 [ 0.378083] SCSI subsystem initialized [ 0.378896] ACPI: bus type USB registered [ 0.379700] usbcore: registered new interface driver usbfs [ 0.380715] usbcore: registered new interface driver hub [ 0.381704] usbcore: registered new device driver usb [ 0.382741] PCI: Using ACPI for IRQ routing [ 0.383749] NetLabel: Initializing [ 0.384450] NetLabel: domain hash size = 128 [ 0.385288] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.386227] NetLabel: unlabeled traffic allowed by default [ 0.387301] clocksource: Switched to clocksource kvm-clock [ 0.392805] AppArmor: AppArmor Filesystem Enabled [ 0.393756] pnp: PnP ACPI init [ 0.394655] pnp: PnP ACPI: found 5 devices [ 0.401017] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.402695] NET: Registered protocol family 2 [ 0.403638] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.404890] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406032] TCP: Hash tables configured (established 4096 bind 4096) [ 0.407166] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.408227] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.409375] NET: Registered protocol family 1 [ 0.410233] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.411324] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.412382] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.426408] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.440629] Trying to unpack rootfs image as initramfs... [ 0.491067] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505271] Scanning for low memory corruption every 60 seconds [ 0.506618] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.507754] audit: initializing netlink subsys (disabled) [ 0.508761] audit: type=2000 audit(1526981858.925:1): initialized [ 0.510042] Initialise system trusted keyring [ 0.510953] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.512104] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.514048] zbud: loaded [ 0.514738] VFS: Disk quotas dquot_6.6.0 [ 0.515559] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.517044] fuse init (API version 7.23) [ 0.517931] Key type big_key registered [ 0.518722] Allocating IMA MOK and blacklist keyrings. [ 0.519823] Key type asymmetric registered [ 0.520635] Asymmetric key parser 'x509' registered [ 0.521569] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.523379] io scheduler noop registered [ 0.524162] io scheduler deadline registered (default) [ 0.525133] io scheduler cfq registered [ 0.525954] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526980] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.528229] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529659] ACPI: Power Button [PWRF] [ 0.530472] GHES: HEST is not enabled! [ 0.544144] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.571937] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.574145] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.598246] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.600312] Linux agpgart interface v0.103 [ 0.602257] brd: module loaded [ 0.603422] loop: module loaded [ 0.607566] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.610913] GPT:90111 != 2097151 [ 0.611586] GPT:Alternate GPT header not at the end of the disk. [ 0.612649] GPT:90111 != 2097151 [ 0.613302] GPT: Use GNU Parted to correct GPT errors. [ 0.614240] vda: vda1 vda15 [ 0.615904] scsi host0: ata_piix [ 0.616627] scsi host1: ata_piix [ 0.617311] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.618492] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.619901] libphy: Fixed MDIO Bus: probed [ 0.620700] tun: Universal TUN/TAP device driver, 1.6 [ 0.621619] tun: (C) 1999-2004 Max Krasnyansky [ 0.623816] PPP generic driver version 2.4.2 [ 0.624686] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.625962] ehci-pci: EHCI PCI platform driver [ 0.626821] ehci-platform: EHCI generic platform driver [ 0.627797] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.628898] ohci-pci: OHCI PCI platform driver [ 0.629742] ohci-platform: OHCI generic platform driver [ 0.630699] uhci_hcd: USB Universal Host Controller Interface driver [ 0.645033] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.646005] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.647429] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.648432] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.649513] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.650698] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.652187] usb usb1: Product: UHCI Host Controller [ 0.653225] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.654591] usb usb1: SerialNumber: 0000:00:01.2 [ 0.656300] hub 1-0:1.0: USB hub found [ 0.657198] hub 1-0:1.0: 2 ports detected [ 0.658181] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660644] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661767] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662920] mousedev: PS/2 mouse device common for all mice [ 0.664492] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.666587] rtc_cmos 00:00: RTC can wake from S4 [ 0.667942] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.669392] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.670729] i2c /dev entries driver [ 0.671538] device-mapper: uevent: version 1.0.3 [ 0.672595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.674279] ledtrig-cpu: registered to indicate activity on CPUs [ 0.675551] NET: Registered protocol family 10 [ 0.676533] NET: Registered protocol family 17 [ 0.677403] Key type dns_resolver registered [ 0.678307] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.679382] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.681084] registered taskstats version 1 [ 0.681896] Loading compiled-in X.509 certificates [ 0.683320] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.685124] zswap: loaded using pool lzo/zbud [ 0.686492] Key type trusted registered [ 0.688037] Key type encrypted registered [ 0.688843] AppArmor: AppArmor sha1 policy hashing enabled [ 0.689832] ima: No TPM chip found, activating TPM-bypass! [ 0.690834] evm: HMAC attrs: 0x1 [ 0.691761] Magic number: 2:182:627 [ 0.692533] block vda15: hash matches [ 0.693354] rtc_cmos 00:00: setting system clock to 2018-05-22 09:37:39 UTC (1526981859) [ 0.694923] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.696019] EDD information not available. [ 0.776373] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.788151] Write protecting the kernel read-only data: 14336k [ 0.789714] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.791478] 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 0.93 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.132784] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.03. iid=i-00000021 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 2018-05-22 09:45:11,053 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Creating keypair with name: 'vping-keypair-800b2851-d904-48a3-95cd-8945929b7bd0' 2018-05-22 09:45:11,306 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC12pmxzURmYT0OjjwqZ73VS7hpyG0HfDH9jOoVawh2oIMMosDysHKg1ZdPWeAI5Z3lwvKWEh9NPJ0/TnJYm+MYZU/wcdcYH4gzwRXAz2nPJ3a8MiJj7KS8D30i0ESdLVsAz4CtcRQ4xY8Kwp1xM+o910SPUkfuQlEntyafiqa+3KezTfip7cRoh5t3SboF/vMn1uROfZM+vJnTcgCZ68NEpqrBQMijwdmg5xu62wrsfSU3XMkveSJCLD9X0SVApYqEzufHo1iMg7hkZgo/SnKgWkQhxBdoiSQUmGSamTePIXAASkFCLXyYzuiDh4A40fWjHWx4mEj9/ZhTba1xdKZl Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAtdqZsc1EZmE9Do48Kme91Uu4achtB3wx/YzqFWsIdqCDDKLA\n8rByoNWXT1ngCOWd5cLylhIfTTydP05yWJvjGGVP8HHXGB+IM8EVwM9pzyd2vDIi\nY+ykvA99ItBEnS1bAM+ArXEUOMWPCsKdcTPqPddEj1JH7kJRJ7cmn4qmvtyns034\nqe3EaIebd0m6Bf7zJ9bkTn2TPryZ03IAmevDRKaqwUDIo8HZoOcbutsK7H0lN1zJ\nL3kiQiw/V9ElQKWKhM7nx6NYjIO4ZGYKP0pyoFpEIcQXaIkkFJhkmpk3jyFwAEpB\nQi18mM7og4eAONH1ox1seJhI/f2YU22tcXSmZQIDAQABAoIBAEZW0F3yfINxFxG7\nOFBaohWPXTwlVu6vPhLJX317UeG4ghfwF9uHHj9Rfl4l8D7guas2NWiQh+TzDgt/\nh0D4wuUbwsjI756YC7Gg/I4Aa/fBVu7CIYUu8iT/hLJjhjaZZXqxyB7N/zlaSNKr\npgQ0RWU4D3+0HrhslEFdWSYalhZ6UOlRCN9NcDcTOMB0PL8uHIshiKL3b/8HQljX\nPuxnzIUx7wp84AdDi/tBlANqNDEABBOFkRAvo0NLCCqRt+feqgdwZSiCD2XXbprC\nmbsK4uY4oJ2Bpd2+8CZPJXk0QaSqQ4yNXkId+wSZpJzPPoxEEaTPghWne7eAWvJg\njEhOU70CgYEA7s1T7z3BE0FD+jFK0b/qZSzQeq8RNIy4qhAS6Mo6ji/eSxG4OLqt\ntFS9ZADDMhjzoh/UPQS9kBGULORBUrMAbNtw4cPqXw/WazV7cWir88wagJFWyLCD\nhM1S3nN/rCziN2QwyxO8c3Md6J76nKW14Q+M5ihBlZ2XL2vJyDDAkWsCgYEAwvNZ\nLYDA1ErzH1KRscuhkeqvHniNLADyXElEslHXT8sLkfwQjOEdZ22I2QNrgElCYkju\naRCzUMykHZWlrAUFDCYbJuCya9bVJdC7G0K7pEudOM1kYE6uW41I+udocxtFocCj\nd3WGr8kGt8f95LNZgOZTECdXTYnI+1VM6oaiC28CgYAt0CyDIGjTJdlBvYUqGlSA\nlolkkAOP/lNLJQxLpsh3EM3nvv2FvKKojv1Kmy7XhJvxBYQ1NJydcBHqTtwNXpP9\nTlgop+pl1GcBaGBHUJp0ijqnYbqxg9OnfbChRq0+vdmkYM9Plni3+WTKhP11YgEz\nrUUNvrleV75ydY5fnqLDAwKBgAL8j2UvD8Uw0MCuFyVOJU+C9OPWnPMLoKrhRHgm\n4NGMHsVBw08lM7od53bLop34gVfYHi7l3pliSTFa1YrpGMay3r+duZ4FUIafx/4G\n67D8p4/zNZJ0Ih+s7m1JlkQNKufrd5Wg60tOHRg7rBwQ01IyNRuOPrwlXDrdd6ww\nG9NpAoGBAMLufPzjakK318J8b4ZYLOCmwUsT5iZDfPFyZozaWX6cf2cx0GTpxxWM\nYk255O9he638AJBXzb2ZUpMyNxfKxi8pRkWVh6ckcRek+2avS8Tm9f6JlRfktHBd\n2x2QFNqQo0A5w2kL5lDpwKGGXTVJ+xLj6Godcb0zy9qWdiS/lf89\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'8a8bfdb57cad4d1abce859d16f203ad3', 'name': u'vping-keypair-800b2851-d904-48a3-95cd-8945929b7bd0', 'created_at': '2018-05-22T09:45:11.306661', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'0e106c30fefa42c88ace8f783f932bb7', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'1e:08:1f:ad:95:9d:1c:96:2c:d7:0b:ab:95:f9:c5:34', 'type': 'ssh', 'id': u'vping-keypair-800b2851-d904-48a3-95cd-8945929b7bd0'}) 2018-05-22 09:45:11,307 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEowIBAAKCAQEAtdqZsc1EZmE9Do48Kme91Uu4achtB3wx/YzqFWsIdqCDDKLA 8rByoNWXT1ngCOWd5cLylhIfTTydP05yWJvjGGVP8HHXGB+IM8EVwM9pzyd2vDIi Y+ykvA99ItBEnS1bAM+ArXEUOMWPCsKdcTPqPddEj1JH7kJRJ7cmn4qmvtyns034 qe3EaIebd0m6Bf7zJ9bkTn2TPryZ03IAmevDRKaqwUDIo8HZoOcbutsK7H0lN1zJ L3kiQiw/V9ElQKWKhM7nx6NYjIO4ZGYKP0pyoFpEIcQXaIkkFJhkmpk3jyFwAEpB Qi18mM7og4eAONH1ox1seJhI/f2YU22tcXSmZQIDAQABAoIBAEZW0F3yfINxFxG7 OFBaohWPXTwlVu6vPhLJX317UeG4ghfwF9uHHj9Rfl4l8D7guas2NWiQh+TzDgt/ h0D4wuUbwsjI756YC7Gg/I4Aa/fBVu7CIYUu8iT/hLJjhjaZZXqxyB7N/zlaSNKr pgQ0RWU4D3+0HrhslEFdWSYalhZ6UOlRCN9NcDcTOMB0PL8uHIshiKL3b/8HQljX PuxnzIUx7wp84AdDi/tBlANqNDEABBOFkRAvo0NLCCqRt+feqgdwZSiCD2XXbprC mbsK4uY4oJ2Bpd2+8CZPJXk0QaSqQ4yNXkId+wSZpJzPPoxEEaTPghWne7eAWvJg jEhOU70CgYEA7s1T7z3BE0FD+jFK0b/qZSzQeq8RNIy4qhAS6Mo6ji/eSxG4OLqt tFS9ZADDMhjzoh/UPQS9kBGULORBUrMAbNtw4cPqXw/WazV7cWir88wagJFWyLCD hM1S3nN/rCziN2QwyxO8c3Md6J76nKW14Q+M5ihBlZ2XL2vJyDDAkWsCgYEAwvNZ LYDA1ErzH1KRscuhkeqvHniNLADyXElEslHXT8sLkfwQjOEdZ22I2QNrgElCYkju aRCzUMykHZWlrAUFDCYbJuCya9bVJdC7G0K7pEudOM1kYE6uW41I+udocxtFocCj d3WGr8kGt8f95LNZgOZTECdXTYnI+1VM6oaiC28CgYAt0CyDIGjTJdlBvYUqGlSA lolkkAOP/lNLJQxLpsh3EM3nvv2FvKKojv1Kmy7XhJvxBYQ1NJydcBHqTtwNXpP9 Tlgop+pl1GcBaGBHUJp0ijqnYbqxg9OnfbChRq0+vdmkYM9Plni3+WTKhP11YgEz rUUNvrleV75ydY5fnqLDAwKBgAL8j2UvD8Uw0MCuFyVOJU+C9OPWnPMLoKrhRHgm 4NGMHsVBw08lM7od53bLop34gVfYHi7l3pliSTFa1YrpGMay3r+duZ4FUIafx/4G 67D8p4/zNZJ0Ih+s7m1JlkQNKufrd5Wg60tOHRg7rBwQ01IyNRuOPrwlXDrdd6ww G9NpAoGBAMLufPzjakK318J8b4ZYLOCmwUsT5iZDfPFyZozaWX6cf2cx0GTpxxWM Yk255O9he638AJBXzb2ZUpMyNxfKxi8pRkWVh6ckcRek+2avS8Tm9f6JlRfktHBd 2x2QFNqQo0A5w2kL5lDpwKGGXTVJ+xLj6Godcb0zy9qWdiS/lf89 -----END RSA PRIVATE KEY----- 2018-05-22 09:45:12,686 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-ssh--800b2851-d904-48a3-95cd-8945929b7bd0' 2018-05-22 09:45:20,613 - 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-800b2851-d904-48a3-95cd-8945929b7bd0': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:72:b7:a5', 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'5b6ac05a-5fac-4f81-a52a-630ef31a3944'}), 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-0000002a', u'OS-SRV-USG:launched_at': u'2018-05-22T09:37:57.000000', 'flavor': Munch({u'id': u'0d6b86ae-cb8a-41b6-8fdf-2e12041fdebe'}), 'az': u'nova', 'id': u'321d6f9a-5561-4268-b077-0bbf5d62df03', 'security_groups': [Munch({u'name': u'vping-sg-800b2851-d904-48a3-95cd-8945929b7bd0'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'8a8bfdb57cad4d1abce859d16f203ad3', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'0e106c30fefa42c88ace8f783f932bb7', '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-22T09:37:57.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-05-22T09:45:19Z', 'hostId': u'7575a1be4befa3eb83ffc70dc62807bef6553e9812e9c61a05fe44b4', u'OS-EXT-SRV-ATTR:host': u'overcloud-novacompute-0.opnfvlf.org', u'OS-SRV-USG:terminated_at': None, 'key_name': u'vping-keypair-800b2851-d904-48a3-95cd-8945929b7bd0', 'public_v6': '', 'private_v4': u'192.168.130.8', 'cloud': 'envvars', 'host_id': u'7575a1be4befa3eb83ffc70dc62807bef6553e9812e9c61a05fe44b4', '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-0000002a', u'OS-SRV-USG:launched_at': u'2018-05-22T09:37:57.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'0e106c30fefa42c88ace8f783f932bb7', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'overcloud-novacompute-0.opnfvlf.org', 'name': u'opnfv-vping-2-ssh--800b2851-d904-48a3-95cd-8945929b7bd0', 'adminPass': u'JdyFN4JZuYmH', 'tenant_id': u'0e106c30fefa42c88ace8f783f932bb7', 'region': 'regionOne', 'created': u'2018-05-22T09:45:14Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-05-22 09:45:22,746 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - floating_ip2: Munch({'status': u'ACTIVE', 'router_id': u'f530bddd-4cf5-4e8f-8431-a87b853690d9', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'0e106c30fefa42c88ace8f783f932bb7', 'created_at': u'2018-05-22T09:45:21Z', 'attached': True, 'updated_at': u'2018-05-22T09:45:21Z', 'id': u'2a9dcd72-b1a0-4101-97da-6f716bbf5f70', 'floating_network_id': u'44dc2560-319c-4da8-acdb-468a21cd52b7', 'fixed_ip_address': u'192.168.130.8', 'floating_ip_address': u'172.30.9.204', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'0e106c30fefa42c88ace8f783f932bb7', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'f530bddd-4cf5-4e8f-8431-a87b853690d9', 'project_id': u'0e106c30fefa42c88ace8f783f932bb7', 'port_id': u'74c4def4-3c2f-4b61-8be4-f35b2cafd1fb', 'port': u'74c4def4-3c2f-4b61-8be4-f35b2cafd1fb', 'network': u'44dc2560-319c-4da8-acdb-468a21cd52b7'}) 2018-05-22 09:45:25,071 - 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 572664895 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.150595] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.152621] pid_max: default: 32768 minimum: 301 [ 0.153697] ACPI: Core revision 20150930 [ 0.155083] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.156397] Security Framework initialized [ 0.157210] Yama: becoming mindful. [ 0.157952] AppArmor: AppArmor initialized [ 0.158841] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.160185] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.161490] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162694] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.164085] Initializing cgroup subsys io [ 0.164902] Initializing cgroup subsys memory [ 0.165787] Initializing cgroup subsys devices [ 0.166665] Initializing cgroup subsys freezer [ 0.167542] Initializing cgroup subsys net_cls [ 0.168410] Initializing cgroup subsys perf_event [ 0.169320] Initializing cgroup subsys net_prio [ 0.170215] Initializing cgroup subsys hugetlb [ 0.171085] Initializing cgroup subsys pids [ 0.171961] CPU: Physical Processor ID: 0 [ 0.173454] mce: CPU supports 10 MCE banks [ 0.174324] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.175329] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.185971] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.192349] ftrace: allocating 31920 entries in 125 pages [ 0.218715] smpboot: Max logical packages: 1 [ 0.219709] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.221063] x2apic enabled [ 0.221887] Switched APIC routing to physical x2apic. [ 0.223644] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.224768] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.226770] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.228565] KVM setup paravirtual spinlock [ 0.229878] x86: Booted up 1 node, 1 CPUs [ 0.230893] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.232452] devtmpfs: initialized [ 0.234167] evm: security.selinux [ 0.234871] evm: security.SMACK64 [ 0.235566] evm: security.SMACK64EXEC [ 0.236312] evm: security.SMACK64TRANSMUTE [ 0.237123] evm: security.SMACK64MMAP [ 0.237873] evm: security.ima [ 0.238516] evm: security.capability [ 0.239343] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.241213] pinctrl core: initialized pinctrl subsystem [ 0.242323] RTC time: 9:37:57, date: 05/22/18 [ 0.243283] NET: Registered protocol family 16 [ 0.244260] cpuidle: using governor ladder [ 0.245080] cpuidle: using governor menu [ 0.245867] PCCT header not found. [ 0.246626] ACPI: bus type PCI registered [ 0.247430] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.248669] PCI: Using configuration type 1 for base access [ 0.250444] ACPI: Added _OSI(Module Device) [ 0.251290] ACPI: Added _OSI(Processor Device) [ 0.252155] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.253060] ACPI: Added _OSI(Processor Aggregator Device) [ 0.255225] ACPI: Interpreter enabled [ 0.256010] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.257862] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.259714] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.261699] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.263637] ACPI: (supports S0 S5) [ 0.264381] ACPI: Using IOAPIC for interrupt routing [ 0.265499] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.268685] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.269897] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.271183] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.272447] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.274784] acpiphp: Slot [3] registered [ 0.275599] acpiphp: Slot [4] registered [ 0.276450] acpiphp: Slot [5] registered [ 0.277285] acpiphp: Slot [6] registered [ 0.278126] acpiphp: Slot [7] registered [ 0.278968] acpiphp: Slot [8] registered [ 0.279822] acpiphp: Slot [9] registered [ 0.280656] acpiphp: Slot [10] registered [ 0.281501] acpiphp: Slot [11] registered [ 0.282332] acpiphp: Slot [12] registered [ 0.283185] acpiphp: Slot [13] registered [ 0.284008] acpiphp: Slot [14] registered [ 0.284872] acpiphp: Slot [15] registered [ 0.295814] acpiphp: Slot [16] registered [ 0.296682] acpiphp: Slot [17] registered [ 0.297527] acpiphp: Slot [18] registered [ 0.298367] acpiphp: Slot [19] registered [ 0.299219] acpiphp: Slot [20] registered [ 0.300082] acpiphp: Slot [21] registered [ 0.300937] acpiphp: Slot [22] registered [ 0.301793] acpiphp: Slot [23] registered [ 0.302744] acpiphp: Slot [24] registered [ 0.303567] acpiphp: Slot [25] registered [ 0.304382] acpiphp: Slot [26] registered [ 0.305194] acpiphp: Slot [27] registered [ 0.306011] acpiphp: Slot [28] registered [ 0.306827] acpiphp: Slot [29] registered [ 0.307642] acpiphp: Slot [30] registered [ 0.308461] acpiphp: Slot [31] registered [ 0.309271] PCI host bridge to bus 0000:00 [ 0.310102] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.311317] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.312537] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.313998] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.315492] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.321758] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.323062] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.324258] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.325553] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.332500] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.334012] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.383119] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.384619] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.386094] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.387598] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.388999] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.390265] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.391902] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.392978] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.394549] vgaarb: loaded [ 0.395159] vgaarb: bridge control possible 0000:00:02.0 [ 0.396305] SCSI subsystem initialized [ 0.397136] ACPI: bus type USB registered [ 0.397961] usbcore: registered new interface driver usbfs [ 0.399009] usbcore: registered new interface driver hub [ 0.400029] usbcore: registered new device driver usb [ 0.401093] PCI: Using ACPI for IRQ routing [ 0.402126] NetLabel: Initializing [ 0.402848] NetLabel: domain hash size = 128 [ 0.403714] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.404681] NetLabel: unlabeled traffic allowed by default [ 0.405819] clocksource: Switched to clocksource kvm-clock [ 0.411243] AppArmor: AppArmor Filesystem Enabled [ 0.412219] pnp: PnP ACPI init [ 0.413179] pnp: PnP ACPI: found 5 devices [ 0.419581] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.421295] NET: Registered protocol family 2 [ 0.422292] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.423588] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.424767] TCP: Hash tables configured (established 4096 bind 4096) [ 0.425963] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.427065] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.428242] NET: Registered protocol family 1 [ 0.429119] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.430236] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.431323] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.445152] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.459436] Trying to unpack rootfs image as initramfs... [ 0.508938] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.522537] Scanning for low memory corruption every 60 seconds [ 0.523902] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.525066] audit: initializing netlink subsys (disabled) [ 0.526113] audit: type=2000 audit(1526981878.537:1): initialized [ 0.527434] Initialise system trusted keyring [ 0.528367] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.529553] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.531535] zbud: loaded [ 0.532272] VFS: Disk quotas dquot_6.6.0 [ 0.533100] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.534633] fuse init (API version 7.23) [ 0.535537] Key type big_key registered [ 0.536338] Allocating IMA MOK and blacklist keyrings. [ 0.537829] Key type asymmetric registered [ 0.538662] Asymmetric key parser 'x509' registered [ 0.539641] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.541113] io scheduler noop registered [ 0.541926] io scheduler deadline registered (default) [ 0.543017] io scheduler cfq registered [ 0.543894] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.544998] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.546366] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.547902] ACPI: Power Button [PWRF] [ 0.548773] GHES: HEST is not enabled! [ 0.562240] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.592274] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.595724] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.619683] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.621948] Linux agpgart interface v0.103 [ 0.624039] brd: module loaded [ 0.625301] loop: module loaded [ 0.630080] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.631560] GPT:90111 != 2097151 [ 0.632246] GPT:Alternate GPT header not at the end of the disk. [ 0.633372] GPT:90111 != 2097151 [ 0.634072] GPT: Use GNU Parted to correct GPT errors. [ 0.635065] vda: vda1 vda15 [ 0.636617] scsi host0: ata_piix [ 0.637385] scsi host1: ata_piix [ 0.638116] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.639802] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.641866] libphy: Fixed MDIO Bus: probed [ 0.643043] tun: Universal TUN/TAP device driver, 1.6 [ 0.644457] tun: (C) 1999-2004 Max Krasnyansky [ 0.647450] PPP generic driver version 2.4.2 [ 0.648502] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.649702] ehci-pci: EHCI PCI platform driver [ 0.650595] ehci-platform: EHCI generic platform driver [ 0.651585] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.652715] ohci-pci: OHCI PCI platform driver [ 0.653583] ohci-platform: OHCI generic platform driver [ 0.654582] uhci_hcd: USB Universal Host Controller Interface driver [ 0.669055] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.670128] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.671581] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.672612] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.673732] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.674956] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.676371] usb usb1: Product: UHCI Host Controller [ 0.677305] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.678453] usb usb1: SerialNumber: 0000:00:01.2 [ 0.679504] hub 1-0:1.0: USB hub found [ 0.680279] hub 1-0:1.0: 2 ports detected [ 0.681200] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.683342] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.684301] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.685343] mousedev: PS/2 mouse device common for all mice [ 0.686615] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.688469] rtc_cmos 00:00: RTC can wake from S4 [ 0.689565] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690788] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.691981] i2c /dev entries driver [ 0.692744] device-mapper: uevent: version 1.0.3 [ 0.693694] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.695340] ledtrig-cpu: registered to indicate activity on CPUs [ 0.717501] NET: Registered protocol family 10 [ 0.718526] NET: Registered protocol family 17 [ 0.719431] Key type dns_resolver registered [ 0.720363] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.721475] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.723237] registered taskstats version 1 [ 0.724077] Loading compiled-in X.509 certificates [ 0.725524] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.727380] zswap: loaded using pool lzo/zbud [ 0.728818] Key type trusted registered [ 0.730375] Key type encrypted registered [ 0.731203] AppArmor: AppArmor sha1 policy hashing enabled [ 0.732229] ima: No TPM chip found, activating TPM-bypass! [ 0.733279] evm: HMAC attrs: 0x1 [ 0.734236] Magic number: 2:182:627 [ 0.735010] block vda15: hash matches [ 0.735855] rtc_cmos 00:00: setting system clock to 2018-05-22 09:37:58 UTC (1526981878) [ 0.737457] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.738585] EDD information not available. [ 0.803036] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.814966] Write protecting the kernel read-only data: 14336k [ 0.816587] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.818397] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.865273] 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.41 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.51. iid=i-00000024 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCWACFWCI79IhCYWF1NF+DkU4pq1fVBjxJwAqEWrwubEJVMXn2DNvTYCx9vWIvHj+QIPIvdBpY9OU7uMfg3QbuNb5sXhc6jdozmKOXPRdmGZ6CgetMnvo//JeTaQa8QTDZ+YGlvzG2MazhHnLaBEecf4CC+n5W3YMZrSx27uxpOTCpVLo1QHN0b/mmk20hW2mEmdAXda/BC8VXUE2HxlYJhP35WEj069eFpL93VyhxTXqSPqLqfDx5gUGL7Dq9arpTwepEQa4pXNG0ESkU5uCXGmmJMo+t7HzGhIcgyEWNzQHb83K+Ashh0hmf0PH9BfDiiEt2ZFSy5nGl0zQ3GitFT root@opnfv-vping-2-ssh--800b2851-d904-48a3-95cd-8945929b7bd0 ssh-dss AAAAB3NzaC1kc3MAAACBAIL91t3Cw4MVR1rfIYuVYyXUwoQ0F0t3oZ2K55iVFV9ilsJREsrXybwZo9zUevd5mA5EQTg70OjqABauA1XbCyhOHh7r9ESO1HIBH8ji/HClXK4tbzlNKGQnRz70usFP+RDmM8XGgNsZOYC2VI1/7kFu8cOJOWRwJfFXSugNMg/PAAAAFQCD7+KGcfMrEjmMmM6z0oHfLxjgCQAAAIBE3QKIxzKnCAW1jZL5wK5xv8HI9xItY2I97v9PWsU/LdFofJmgUuuO0SmaPhbfdBNRDFKwJL5oe7ky1woOlV01cTw72Kpbyti7R+uVKJvPVzZPz/8/R/wMM8lcd4C8VrRB42z9wH4vB8gEXL8W7mJ7Wt5Yz4SbKYvYqV/JAQxIPwAAAIBoEByLVuCjgYmPfwpsZaVBsDxlKshWt9rLg/jE8Uu0HmP5b5EKEhBbqC6c7FXrToihexQsmkBkO6Ax4kNTRcfp3Odlb2nh8dwbA8JGJc5ZelWPIWZWqetPk0gXkmrVnFLRTkL84ss+48ao+cK2Ep7/mZlEKe053h/58X5XXnCyhA== root@opnfv-vping-2-ssh--800b2851-d904-48a3-95cd-8945929b7bd0 -----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:fe72:b7a5/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.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-00000024 name: N/A availability-zone: nova local-hostname: opnfv-vping-2-ssh--800b2851-d904-48a3-95cd-8945929b7bd0 launch-index: 0 === cirros: current=0.4.0 uptime=3.65 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-ssh--800b2851-d904-48a3-95cd-8945929b7bd0 login: 2018-05-22 09:45:25,072 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Begin test execution 2018-05-22 09:46:25,116 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - try 1: cannot connect to 172.30.9.204 2018-05-22 09:47:35,182 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - try 2: cannot connect to 172.30.9.204 2018-05-22 09:48:45,254 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - try 3: cannot connect to 172.30.9.204 2018-05-22 09:49:55,265 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - try 4: cannot connect to 172.30.9.204 2018-05-22 09:51:05,291 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - try 5: cannot connect to 172.30.9.204 2018-05-22 09:52:15,362 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - try 6: cannot connect to 172.30.9.204 2018-05-22 09:52:25,372 - functest.opnfv_tests.openstack.vping.vping_ssh - ERROR - cannot connect to 172.30.9.204 2018-05-22 09:52:25,373 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-05-22 09:52:25,373 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-05-22 09:52:26,349 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-22 09:52:26,349 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 07:33 | PASS | +-------------------+------------------+------------------+----------------+ 2018-05-22 09:52:41,929 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-05-22 09:52:42,668 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - ext_net: Munch({u'status': u'ACTIVE', u'subnets': [u'f23ea644-cecc-42a7-96f2-1fb0cb4e3a13'], u'description': u'', u'provider:physical_network': u'datacentre', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-05-22T09:19:32Z', u'is_default': False, u'revision_number': 4, u'port_security_enabled': True, u'mtu': 1500, u'id': u'44dc2560-319c-4da8-acdb-468a21cd52b7', 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'6f202a65da2c4bf08e7d388e82d88dff', u'created_at': u'2018-05-22T09:19:25Z', u'provider:network_type': u'flat', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'6f202a65da2c4bf08e7d388e82d88dff'}) 2018-05-22 09:52:42,669 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Begin virtual environment setup 2018-05-22 09:52:42,669 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - vPing Start Time:'2018-05-22 09:52:42' 2018-05-22 09:52:42,669 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Creating image with name: 'functest-vping--9b74e56b-a73b-4b5d-99b2-33cebccc597a' 2018-05-22 09:52:42,669 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Image metadata: None 2018-05-22 09:52:44,555 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/functest-vping--9b74e56b-a73b-4b5d-99b2-33cebccc597a', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-05-22T09:52:43Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'shared', u'file': u'/v2/images/6b8bde3b-1b51-4e03-afd5-5773fedcc0fd/file', u'owner': u'0e106c30fefa42c88ace8f783f932bb7', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'6b8bde3b-1b51-4e03-afd5-5773fedcc0fd', u'size': None, u'name': u'functest-vping--9b74e56b-a73b-4b5d-99b2-33cebccc597a', u'checksum': None, u'self': u'/v2/images/6b8bde3b-1b51-4e03-afd5-5773fedcc0fd', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-05-22T09:52:43Z', u'schema': u'/v2/schemas/image'}) 2018-05-22 09:52:44,555 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Creating network with name: 'vping-net-9b74e56b-a73b-4b5d-99b2-33cebccc597a' 2018-05-22 09:52:44,992 - 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-22T09:52:44Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'1598f775-77fc-49ce-b342-e82d2d150192', u'provider:segmentation_id': 21, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping-net-9b74e56b-a73b-4b5d-99b2-33cebccc597a', u'admin_state_up': True, u'tenant_id': u'0e106c30fefa42c88ace8f783f932bb7', u'created_at': u'2018-05-22T09:52:44Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'0e106c30fefa42c88ace8f783f932bb7'}) 2018-05-22 09:52:46,051 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-05-22T09:52:45Z', 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'355ae21c-66c6-42dd-99d9-55c4fa4fa162', u'subnetpool_id': None, u'service_types': [], u'name': u'vping-subnet-9b74e56b-a73b-4b5d-99b2-33cebccc597a', u'enable_dhcp': True, u'network_id': u'1598f775-77fc-49ce-b342-e82d2d150192', u'tenant_id': u'0e106c30fefa42c88ace8f783f932bb7', u'created_at': u'2018-05-22T09:52:45Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.130.1', u'ip_version': 4, u'project_id': u'0e106c30fefa42c88ace8f783f932bb7'}) 2018-05-22 09:52:46,052 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Creating router with name: 'vping-router-9b74e56b-a73b-4b5d-99b2-33cebccc597a' 2018-05-22 09:52:47,222 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'44dc2560-319c-4da8-acdb-468a21cd52b7', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'f23ea644-cecc-42a7-96f2-1fb0cb4e3a13', u'ip_address': u'172.30.9.210'}]}, u'description': u'', u'tags': [], u'tenant_id': u'0e106c30fefa42c88ace8f783f932bb7', u'created_at': u'2018-05-22T09:52:46Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-05-22T09:52:47Z', u'revision_number': 2, u'routes': [], u'project_id': u'0e106c30fefa42c88ace8f783f932bb7', u'id': u'801cd55a-8fad-4551-abfa-84f349491e00', u'name': u'vping-router-9b74e56b-a73b-4b5d-99b2-33cebccc597a'}) 2018-05-22 09:52:48,714 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Creating flavor with name: 'vping-flavor-9b74e56b-a73b-4b5d-99b2-33cebccc597a' 2018-05-22 09:52:48,915 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - flavor: Munch({'name': u'vping-flavor-9b74e56b-a73b-4b5d-99b2-33cebccc597a', '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'0e106c30fefa42c88ace8f783f932bb7', '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'53cf103c-b5e7-47fa-9a57-fcc03907e9ea', 'swap': 0}) 2018-05-22 09:52:49,961 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-9b74e56b-a73b-4b5d-99b2-33cebccc597a' 2018-05-22 09:53:00,869 - 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-9b74e56b-a73b-4b5d-99b2-33cebccc597a': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:72:0d:d3', 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'6b8bde3b-1b51-4e03-afd5-5773fedcc0fd'}), 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-0000002d', u'OS-SRV-USG:launched_at': u'2018-05-22T09:45:27.000000', 'flavor': Munch({u'id': u'53cf103c-b5e7-47fa-9a57-fcc03907e9ea'}), 'az': u'nova', 'id': u'0873ec03-4274-47ef-8fcf-f51fa0320490', 'security_groups': [Munch({u'name': u'vping-sg-9b74e56b-a73b-4b5d-99b2-33cebccc597a'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'8a8bfdb57cad4d1abce859d16f203ad3', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'0e106c30fefa42c88ace8f783f932bb7', '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-22T09:45:27.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-05-22T09:52:57Z', 'hostId': u'a97d2abb1419f1675a894f19239479b8b2eb4770bc29bb04c2400ed0', 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'a97d2abb1419f1675a894f19239479b8b2eb4770bc29bb04c2400ed0', '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-0000002d', u'OS-SRV-USG:launched_at': u'2018-05-22T09:45:27.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'0e106c30fefa42c88ace8f783f932bb7', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'overcloud-novacompute-1.opnfvlf.org', 'name': u'opnfv-vping-1-9b74e56b-a73b-4b5d-99b2-33cebccc597a', 'adminPass': u'iVh87porpsHS', 'tenant_id': u'0e106c30fefa42c88ace8f783f932bb7', 'region': 'regionOne', 'created': u'2018-05-22T09:52:52Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-05-22 09:53:03,307 - 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 1045313119 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.134671] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.136294] pid_max: default: 32768 minimum: 301 [ 0.137177] ACPI: Core revision 20150930 [ 0.138533] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.139803] Security Framework initialized [ 0.140589] Yama: becoming mindful. [ 0.141296] AppArmor: AppArmor initialized [ 0.142141] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.143433] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.144667] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.145839] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147183] Initializing cgroup subsys io [ 0.147973] Initializing cgroup subsys memory [ 0.148806] Initializing cgroup subsys devices [ 0.149645] Initializing cgroup subsys freezer [ 0.150592] Initializing cgroup subsys net_cls [ 0.151445] Initializing cgroup subsys perf_event [ 0.152331] Initializing cgroup subsys net_prio [ 0.153190] Initializing cgroup subsys hugetlb [ 0.154041] Initializing cgroup subsys pids [ 0.154889] CPU: Physical Processor ID: 0 [ 0.156362] mce: CPU supports 10 MCE banks [ 0.157183] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.158181] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168783] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.175095] ftrace: allocating 31920 entries in 125 pages [ 0.201353] smpboot: Max logical packages: 1 [ 0.202312] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203761] x2apic enabled [ 0.204582] Switched APIC routing to physical x2apic. [ 0.206397] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207641] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209778] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211713] KVM setup paravirtual spinlock [ 0.213120] x86: Booted up 1 node, 1 CPUs [ 0.214001] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.215500] devtmpfs: initialized [ 0.217236] evm: security.selinux [ 0.217994] evm: security.SMACK64 [ 0.218735] evm: security.SMACK64EXEC [ 0.219537] evm: security.SMACK64TRANSMUTE [ 0.220413] evm: security.SMACK64MMAP [ 0.221232] evm: security.ima [ 0.221905] evm: security.capability [ 0.222775] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.224835] pinctrl core: initialized pinctrl subsystem [ 0.225997] RTC time: 9:45:27, date: 05/22/18 [ 0.227032] NET: Registered protocol family 16 [ 0.228088] cpuidle: using governor ladder [ 0.229008] cpuidle: using governor menu [ 0.229856] PCCT header not found. [ 0.230671] ACPI: bus type PCI registered [ 0.231594] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.232815] PCI: Using configuration type 1 for base access [ 0.234537] ACPI: Added _OSI(Module Device) [ 0.235357] ACPI: Added _OSI(Processor Device) [ 0.236194] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.237067] ACPI: Added _OSI(Processor Aggregator Device) [ 0.239180] ACPI: Interpreter enabled [ 0.239935] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.241729] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.243525] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.245320] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.247120] ACPI: (supports S0 S5) [ 0.247820] ACPI: Using IOAPIC for interrupt routing [ 0.248797] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.251872] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.252981] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.254178] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.255342] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.257515] acpiphp: Slot [3] registered [ 0.258301] acpiphp: Slot [4] registered [ 0.259086] acpiphp: Slot [5] registered [ 0.259874] acpiphp: Slot [6] registered [ 0.260646] acpiphp: Slot [7] registered [ 0.261425] acpiphp: Slot [8] registered [ 0.262205] acpiphp: Slot [9] registered [ 0.262987] acpiphp: Slot [10] registered [ 0.263775] acpiphp: Slot [11] registered [ 0.264568] acpiphp: Slot [12] registered [ 0.265363] acpiphp: Slot [13] registered [ 0.266152] acpiphp: Slot [14] registered [ 0.266943] acpiphp: Slot [15] registered [ 0.277661] acpiphp: Slot [16] registered [ 0.278455] acpiphp: Slot [17] registered [ 0.279248] acpiphp: Slot [18] registered [ 0.280040] acpiphp: Slot [19] registered [ 0.280829] acpiphp: Slot [20] registered [ 0.281615] acpiphp: Slot [21] registered [ 0.282417] acpiphp: Slot [22] registered [ 0.283219] acpiphp: Slot [23] registered [ 0.284012] acpiphp: Slot [24] registered [ 0.284801] acpiphp: Slot [25] registered [ 0.285582] acpiphp: Slot [26] registered [ 0.286370] acpiphp: Slot [27] registered [ 0.287171] acpiphp: Slot [28] registered [ 0.287962] acpiphp: Slot [29] registered [ 0.288755] acpiphp: Slot [30] registered [ 0.289540] acpiphp: Slot [31] registered [ 0.290327] PCI host bridge to bus 0000:00 [ 0.291118] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.292300] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.293479] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.294898] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.296322] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.302623] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.303923] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.305074] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.306296] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.312656] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.314093] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.360720] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.362202] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.363619] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.365016] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.366374] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.367604] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368736] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369933] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.371447] vgaarb: loaded [ 0.372050] vgaarb: bridge control possible 0000:00:02.0 [ 0.373163] SCSI subsystem initialized [ 0.373969] ACPI: bus type USB registered [ 0.374772] usbcore: registered new interface driver usbfs [ 0.375798] usbcore: registered new interface driver hub [ 0.376786] usbcore: registered new device driver usb [ 0.377817] PCI: Using ACPI for IRQ routing [ 0.378819] NetLabel: Initializing [ 0.379516] NetLabel: domain hash size = 128 [ 0.380358] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.381295] NetLabel: unlabeled traffic allowed by default [ 0.382363] clocksource: Switched to clocksource kvm-clock [ 0.387723] AppArmor: AppArmor Filesystem Enabled [ 0.388687] pnp: PnP ACPI init [ 0.389585] pnp: PnP ACPI: found 5 devices [ 0.395940] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397628] NET: Registered protocol family 2 [ 0.398570] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399818] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400962] TCP: Hash tables configured (established 4096 bind 4096) [ 0.402098] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403156] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404301] NET: Registered protocol family 1 [ 0.405150] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406254] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407301] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421408] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435616] Trying to unpack rootfs image as initramfs... [ 0.484999] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499011] Scanning for low memory corruption every 60 seconds [ 0.500319] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.501439] audit: initializing netlink subsys (disabled) [ 0.502450] audit: type=2000 audit(1526982328.302:1): initialized [ 0.503732] Initialise system trusted keyring [ 0.504633] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.505826] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.507870] zbud: loaded [ 0.508585] VFS: Disk quotas dquot_6.6.0 [ 0.509435] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.511003] fuse init (API version 7.23) [ 0.511920] Key type big_key registered [ 0.512748] Allocating IMA MOK and blacklist keyrings. [ 0.514300] Key type asymmetric registered [ 0.515123] Asymmetric key parser 'x509' registered [ 0.516062] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.517507] io scheduler noop registered [ 0.518302] io scheduler deadline registered (default) [ 0.519281] io scheduler cfq registered [ 0.520106] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.521136] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.522391] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.523824] ACPI: Power Button [PWRF] [ 0.524637] GHES: HEST is not enabled! [ 0.538284] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.566312] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.568531] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.593812] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.596092] Linux agpgart interface v0.103 [ 0.598112] brd: module loaded [ 0.599280] loop: module loaded [ 0.604269] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.605743] GPT:90111 != 2097151 [ 0.606459] GPT:Alternate GPT header not at the end of the disk. [ 0.607559] GPT:90111 != 2097151 [ 0.608231] GPT: Use GNU Parted to correct GPT errors. [ 0.609177] vda: vda1 vda15 [ 0.610923] scsi host0: ata_piix [ 0.611650] scsi host1: ata_piix [ 0.612356] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.613555] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.614989] libphy: Fixed MDIO Bus: probed [ 0.615803] tun: Universal TUN/TAP device driver, 1.6 [ 0.616747] tun: (C) 1999-2004 Max Krasnyansky [ 0.619016] PPP generic driver version 2.4.2 [ 0.619896] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.621235] ehci-pci: EHCI PCI platform driver [ 0.622091] ehci-platform: EHCI generic platform driver [ 0.623074] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.624193] ohci-pci: OHCI PCI platform driver [ 0.625056] ohci-platform: OHCI generic platform driver [ 0.626042] uhci_hcd: USB Universal Host Controller Interface driver [ 0.640515] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.641510] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.642951] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.643966] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.645068] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.646282] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.647708] usb usb1: Product: UHCI Host Controller [ 0.648636] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.649767] usb usb1: SerialNumber: 0000:00:01.2 [ 0.650795] hub 1-0:1.0: USB hub found [ 0.651562] hub 1-0:1.0: 2 ports detected [ 0.652461] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.654565] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.655512] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.656532] mousedev: PS/2 mouse device common for all mice [ 0.657792] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.659623] rtc_cmos 00:00: RTC can wake from S4 [ 0.660708] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.661886] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.663078] i2c /dev entries driver [ 0.663836] device-mapper: uevent: version 1.0.3 [ 0.664764] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.666423] ledtrig-cpu: registered to indicate activity on CPUs [ 0.667710] NET: Registered protocol family 10 [ 0.668772] NET: Registered protocol family 17 [ 0.669801] Key type dns_resolver registered [ 0.670848] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.672071] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.674040] registered taskstats version 1 [ 0.675139] Loading compiled-in X.509 certificates [ 0.676761] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.679104] zswap: loaded using pool lzo/zbud [ 0.680992] Key type trusted registered [ 0.683010] Key type encrypted registered [ 0.684276] AppArmor: AppArmor sha1 policy hashing enabled [ 0.685732] ima: No TPM chip found, activating TPM-bypass! [ 0.687186] evm: HMAC attrs: 0x1 [ 0.688993] Magic number: 2:835:778 [ 0.690054] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:28 UTC (1526982328) [ 0.692048] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.693419] EDD information not available. [ 0.771502] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773080] Write protecting the kernel read-only data: 14336k [ 0.785025] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.786885] 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.11 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.316890] random: dd urandom read with 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.21. iid=i-00000027 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCfJxPVdg1nWJvhIJrD62EMpeZmy0qLf1JkrImrWJ63aYi7vdB+HEgowX2GvHdVZKRO7a7SkOqB21CbCPq3gpXIRxVztrfkaOxgWebjHvJsFxLIkt64fU1cJQhoriVqyO3SEbjYDP+/VoQfTOJOscXYsBJya8AU1QXMLlHWqPnh5wi21OTGOQIKJpxiGiu3TguOoO0GIeYrMIFiwcOpBpvZp0NTqv/+fIw+kLAjq2sZJsvQZD9EY+6d9vxzq0BP1k5YfDW35DuluFZIxx87BwR/BD6aT6vhdEfvq7BVwQXUDzseYU/BP6DP6AmVcbADiJvQSPQHMDBtpj4uCdASfMTX root@opnfv-vping-1-9b74e56b-a73b-4b5d-99b2-33cebccc597a ssh-dss AAAAB3NzaC1kc3MAAACBAJDcR/mU04HEAN53D8Dq4LkP9Vai09ymohr7kqq54D0SNYSL58P7a5jusyiFFiln9XcMcYDym+x2s44Yh1Q2Ke+dOFBdIxgAYRH3hISP/mBnXKqsqYLWf7L4gMnGUthJKEXoD4KgN9PRwz4xy+FRtfmoDK56YhKr6qCVNQrpWA79AAAAFQCnKTxW0wB/iZ1cR9ovRAQNbKMwcQAAAIAYNWPcD+D/M8bM/GMTGGiav85wZ3m/xiwS1n3g8+L9sWEMEO7vfEtb7XSv4meYsX3IJogZUo2SSQWP91YYwAukxl0x8rrAeh/G1uMg6EHwqXzeFWFddh///64O3JeF47h28sRJimoqinId6R7oFN61jzEFmJNOCJP9lgNpv3yvEAAAAIBVITXzVR087Ia8ce+nAPPiaovEj1/8mjfVOZ7eRdbZadu+nnp8qxtSfVxYDxhvKsGGsyQEHXEja+Ls67ndow2RhRZ3g/cFiBB3IPKl4U8mPG02DQaGE071TPDUpqoGyjsnsAXBzaADb7pMOte9SYwWllo3XK92UWa5iog4b2XnFQ== root@opnfv-vping-1-9b74e56b-a73b-4b5d-99b2-33cebccc597a -----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:fe72:dd3/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.2 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.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-00000027 name: N/A availability-zone: nova local-hostname: opnfv-vping-1-9b74e56b-a73b-4b5d-99b2-33cebccc597a launch-index: 0 === cirros: current=0.4.0 uptime=3.53 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-1-9b74e56b-a73b-4b5d-99b2-33cebccc597a login: 2018-05-22 09:53:03,308 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-userdata--9b74e56b-a73b-4b5d-99b2-33cebccc597a' 2018-05-22 09:53:13,868 - 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-9b74e56b-a73b-4b5d-99b2-33cebccc597a': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:67:8a:0e', u'version': 4, u'addr': u'192.168.130.13', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'6b8bde3b-1b51-4e03-afd5-5773fedcc0fd'}), 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-00000030', u'OS-SRV-USG:launched_at': u'2018-05-22T09:45:49.000000', 'flavor': Munch({u'id': u'53cf103c-b5e7-47fa-9a57-fcc03907e9ea'}), 'az': u'nova', 'id': u'c0782408-6a12-4bbe-915e-43d5889177e5', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'8a8bfdb57cad4d1abce859d16f203ad3', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'0e106c30fefa42c88ace8f783f932bb7', '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-22T09:45:49.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-05-22T09:53:11Z', 'hostId': u'7575a1be4befa3eb83ffc70dc62807bef6553e9812e9c61a05fe44b4', 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.13', 'cloud': 'envvars', 'host_id': u'7575a1be4befa3eb83ffc70dc62807bef6553e9812e9c61a05fe44b4', '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-00000030', u'OS-SRV-USG:launched_at': u'2018-05-22T09:45:49.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'0e106c30fefa42c88ace8f783f932bb7', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'overcloud-novacompute-0.opnfvlf.org', 'name': u'opnfv-vping-2-userdata--9b74e56b-a73b-4b5d-99b2-33cebccc597a', 'adminPass': u'u8JahnhH4XSJ', 'tenant_id': u'0e106c30fefa42c88ace8f783f932bb7', 'region': 'regionOne', 'created': u'2018-05-22T09:53:05Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-05-22 09:53:16,257 - 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 1045313119 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.134671] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.136294] pid_max: default: 32768 minimum: 301 [ 0.137177] ACPI: Core revision 20150930 [ 0.138533] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.139803] Security Framework initialized [ 0.140589] Yama: becoming mindful. [ 0.141296] AppArmor: AppArmor initialized [ 0.142141] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.143433] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.144667] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.145839] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147183] Initializing cgroup subsys io [ 0.147973] Initializing cgroup subsys memory [ 0.148806] Initializing cgroup subsys devices [ 0.149645] Initializing cgroup subsys freezer [ 0.150592] Initializing cgroup subsys net_cls [ 0.151445] Initializing cgroup subsys perf_event [ 0.152331] Initializing cgroup subsys net_prio [ 0.153190] Initializing cgroup subsys hugetlb [ 0.154041] Initializing cgroup subsys pids [ 0.154889] CPU: Physical Processor ID: 0 [ 0.156362] mce: CPU supports 10 MCE banks [ 0.157183] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.158181] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168783] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.175095] ftrace: allocating 31920 entries in 125 pages [ 0.201353] smpboot: Max logical packages: 1 [ 0.202312] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203761] x2apic enabled [ 0.204582] Switched APIC routing to physical x2apic. [ 0.206397] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207641] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209778] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211713] KVM setup paravirtual spinlock [ 0.213120] x86: Booted up 1 node, 1 CPUs [ 0.214001] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.215500] devtmpfs: initialized [ 0.217236] evm: security.selinux [ 0.217994] evm: security.SMACK64 [ 0.218735] evm: security.SMACK64EXEC [ 0.219537] evm: security.SMACK64TRANSMUTE [ 0.220413] evm: security.SMACK64MMAP [ 0.221232] evm: security.ima [ 0.221905] evm: security.capability [ 0.222775] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.224835] pinctrl core: initialized pinctrl subsystem [ 0.225997] RTC time: 9:45:27, date: 05/22/18 [ 0.227032] NET: Registered protocol family 16 [ 0.228088] cpuidle: using governor ladder [ 0.229008] cpuidle: using governor menu [ 0.229856] PCCT header not found. [ 0.230671] ACPI: bus type PCI registered [ 0.231594] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.232815] PCI: Using configuration type 1 for base access [ 0.234537] ACPI: Added _OSI(Module Device) [ 0.235357] ACPI: Added _OSI(Processor Device) [ 0.236194] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.237067] ACPI: Added _OSI(Processor Aggregator Device) [ 0.239180] ACPI: Interpreter enabled [ 0.239935] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.241729] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.243525] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.245320] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.247120] ACPI: (supports S0 S5) [ 0.247820] ACPI: Using IOAPIC for interrupt routing [ 0.248797] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.251872] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.252981] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.254178] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.255342] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.257515] acpiphp: Slot [3] registered [ 0.258301] acpiphp: Slot [4] registered [ 0.259086] acpiphp: Slot [5] registered [ 0.259874] acpiphp: Slot [6] registered [ 0.260646] acpiphp: Slot [7] registered [ 0.261425] acpiphp: Slot [8] registered [ 0.262205] acpiphp: Slot [9] registered [ 0.262987] acpiphp: Slot [10] registered [ 0.263775] acpiphp: Slot [11] registered [ 0.264568] acpiphp: Slot [12] registered [ 0.265363] acpiphp: Slot [13] registered [ 0.266152] acpiphp: Slot [14] registered [ 0.266943] acpiphp: Slot [15] registered [ 0.277661] acpiphp: Slot [16] registered [ 0.278455] acpiphp: Slot [17] registered [ 0.279248] acpiphp: Slot [18] registered [ 0.280040] acpiphp: Slot [19] registered [ 0.280829] acpiphp: Slot [20] registered [ 0.281615] acpiphp: Slot [21] registered [ 0.282417] acpiphp: Slot [22] registered [ 0.283219] acpiphp: Slot [23] registered [ 0.284012] acpiphp: Slot [24] registered [ 0.284801] acpiphp: Slot [25] registered [ 0.285582] acpiphp: Slot [26] registered [ 0.286370] acpiphp: Slot [27] registered [ 0.287171] acpiphp: Slot [28] registered [ 0.287962] acpiphp: Slot [29] registered [ 0.288755] acpiphp: Slot [30] registered [ 0.289540] acpiphp: Slot [31] registered [ 0.290327] PCI host bridge to bus 0000:00 [ 0.291118] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.292300] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.293479] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.294898] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.296322] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.302623] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.303923] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.305074] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.306296] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.312656] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.314093] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.360720] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.362202] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.363619] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.365016] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.366374] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.367604] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368736] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369933] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.371447] vgaarb: loaded [ 0.372050] vgaarb: bridge control possible 0000:00:02.0 [ 0.373163] SCSI subsystem initialized [ 0.373969] ACPI: bus type USB registered [ 0.374772] usbcore: registered new interface driver usbfs [ 0.375798] usbcore: registered new interface driver hub [ 0.376786] usbcore: registered new device driver usb [ 0.377817] PCI: Using ACPI for IRQ routing [ 0.378819] NetLabel: Initializing [ 0.379516] NetLabel: domain hash size = 128 [ 0.380358] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.381295] NetLabel: unlabeled traffic allowed by default [ 0.382363] clocksource: Switched to clocksource kvm-clock [ 0.387723] AppArmor: AppArmor Filesystem Enabled [ 0.388687] pnp: PnP ACPI init [ 0.389585] pnp: PnP ACPI: found 5 devices [ 0.395940] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397628] NET: Registered protocol family 2 [ 0.398570] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399818] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400962] TCP: Hash tables configured (established 4096 bind 4096) [ 0.402098] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403156] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404301] NET: Registered protocol family 1 [ 0.405150] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406254] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407301] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421408] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435616] Trying to unpack rootfs image as initramfs... [ 0.484999] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499011] Scanning for low memory corruption every 60 seconds [ 0.500319] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.501439] audit: initializing netlink subsys (disabled) [ 0.502450] audit: type=2000 audit(1526982328.302:1): initialized [ 0.503732] Initialise system trusted keyring [ 0.504633] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.505826] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.507870] zbud: loaded [ 0.508585] VFS: Disk quotas dquot_6.6.0 [ 0.509435] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.511003] fuse init (API version 7.23) [ 0.511920] Key type big_key registered [ 0.512748] Allocating IMA MOK and blacklist keyrings. [ 0.514300] Key type asymmetric registered [ 0.515123] Asymmetric key parser 'x509' registered [ 0.516062] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.517507] io scheduler noop registered [ 0.518302] io scheduler deadline registered (default) [ 0.519281] io scheduler cfq registered [ 0.520106] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.521136] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.522391] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.523824] ACPI: Power Button [PWRF] [ 0.524637] GHES: HEST is not enabled! [ 0.538284] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.566312] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.568531] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.593812] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.596092] Linux agpgart interface v0.103 [ 0.598112] brd: module loaded [ 0.599280] loop: module loaded [ 0.604269] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.605743] GPT:90111 != 2097151 [ 0.606459] GPT:Alternate GPT header not at the end of the disk. [ 0.607559] GPT:90111 != 2097151 [ 0.608231] GPT: Use GNU Parted to correct GPT errors. [ 0.609177] vda: vda1 vda15 [ 0.610923] scsi host0: ata_piix [ 0.611650] scsi host1: ata_piix [ 0.612356] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.613555] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.614989] libphy: Fixed MDIO Bus: probed [ 0.615803] tun: Universal TUN/TAP device driver, 1.6 [ 0.616747] tun: (C) 1999-2004 Max Krasnyansky [ 0.619016] PPP generic driver version 2.4.2 [ 0.619896] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.621235] ehci-pci: EHCI PCI platform driver [ 0.622091] ehci-platform: EHCI generic platform driver [ 0.623074] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.624193] ohci-pci: OHCI PCI platform driver [ 0.625056] ohci-platform: OHCI generic platform driver [ 0.626042] uhci_hcd: USB Universal Host Controller Interface driver [ 0.640515] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.641510] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.642951] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.643966] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.645068] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.646282] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.647708] usb usb1: Product: UHCI Host Controller [ 0.648636] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.649767] usb usb1: SerialNumber: 0000:00:01.2 [ 0.650795] hub 1-0:1.0: USB hub found [ 0.651562] hub 1-0:1.0: 2 ports detected [ 0.652461] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.654565] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.655512] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.656532] mousedev: PS/2 mouse device common for all mice [ 0.657792] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.659623] rtc_cmos 00:00: RTC can wake from S4 [ 0.660708] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.661886] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.663078] i2c /dev entries driver [ 0.663836] device-mapper: uevent: version 1.0.3 [ 0.664764] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.666423] ledtrig-cpu: registered to indicate activity on CPUs [ 0.667710] NET: Registered protocol family 10 [ 0.668772] NET: Registered protocol family 17 [ 0.669801] Key type dns_resolver registered [ 0.670848] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.672071] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.674040] registered taskstats version 1 [ 0.675139] Loading compiled-in X.509 certificates [ 0.676761] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.679104] zswap: loaded using pool lzo/zbud [ 0.680992] Key type trusted registered [ 0.683010] Key type encrypted registered [ 0.684276] AppArmor: AppArmor sha1 policy hashing enabled [ 0.685732] ima: No TPM chip found, activating TPM-bypass! [ 0.687186] evm: HMAC attrs: 0x1 [ 0.688993] Magic number: 2:835:778 [ 0.690054] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:28 UTC (1526982328) [ 0.692048] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.693419] EDD information not available. [ 0.771502] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.773080] Write protecting the kernel read-only data: 14336k [ 0.785025] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.786885] 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.11 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.316890] random: dd urandom read with 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.21. iid=i-00000027 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCfJxPVdg1nWJvhIJrD62EMpeZmy0qLf1JkrImrWJ63aYi7vdB+HEgowX2GvHdVZKRO7a7SkOqB21CbCPq3gpXIRxVztrfkaOxgWebjHvJsFxLIkt64fU1cJQhoriVqyO3SEbjYDP+/VoQfTOJOscXYsBJya8AU1QXMLlHWqPnh5wi21OTGOQIKJpxiGiu3TguOoO0GIeYrMIFiwcOpBpvZp0NTqv/+fIw+kLAjq2sZJsvQZD9EY+6d9vxzq0BP1k5YfDW35DuluFZIxx87BwR/BD6aT6vhdEfvq7BVwQXUDzseYU/BP6DP6AmVcbADiJvQSPQHMDBtpj4uCdASfMTX root@opnfv-vping-1-9b74e56b-a73b-4b5d-99b2-33cebccc597a ssh-dss AAAAB3NzaC1kc3MAAACBAJDcR/mU04HEAN53D8Dq4LkP9Vai09ymohr7kqq54D0SNYSL58P7a5jusyiFFiln9XcMcYDym+x2s44Yh1Q2Ke+dOFBdIxgAYRH3hISP/mBnXKqsqYLWf7L4gMnGUthJKEXoD4KgN9PRwz4xy+FRtfmoDK56YhKr6qCVNQrpWA79AAAAFQCnKTxW0wB/iZ1cR9ovRAQNbKMwcQAAAIAYNWPcD+D/M8bM/GMTGGiav85wZ3m/xiwS1n3g8+L9sWEMEO7vfEtb7XSv4meYsX3IJogZUo2SSQWP91YYwAukxl0x8rrAeh/G1uMg6EHwqXzeFWFddh///64O3JeF47h28sRJimoqinId6R7oFN61jzEFmJNOCJP9lgNpv3yvEAAAAIBVITXzVR087Ia8ce+nAPPiaovEj1/8mjfVOZ7eRdbZadu+nnp8qxtSfVxYDxhvKsGGsyQEHXEja+Ls67ndow2RhRZ3g/cFiBB3IPKl4U8mPG02DQaGE071TPDUpqoGyjsnsAXBzaADb7pMOte9SYwWllo3XK92UWa5iog4b2XnFQ== root@opnfv-vping-1-9b74e56b-a73b-4b5d-99b2-33cebccc597a -----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:fe72:dd3/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.2 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.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-00000027 name: N/A availability-zone: nova local-hostname: opnfv-vping-1-9b74e56b-a73b-4b5d-99b2-33cebccc597a launch-index: 0 === cirros: current=0.4.0 uptime=3.53 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-1-9b74e56b-a73b-4b5d-99b2-33cebccc597a login: /dev/root resized successfully [took 2.96s] 2018-05-22 09:53:16,258 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Begin test execution 2018-05-22 09:53:16,258 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Waiting for ping... 2018-05-22 09:53:18,838 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 2018-05-22 09:53:18,838 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.130.5. Waiting for response... 2018-05-22 09:53:21,429 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] 2018-05-22 09:53:24,432 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] 2018-05-22 09:53:27,116 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO 2018-05-22 09:53:29,716 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO 2018-05-22 09:53:32,289 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO 2018-05-22 09:53:34,929 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO 2018-05-22 09:53:37,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 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO 2018-05-22 09:53:40,101 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO 2018-05-22 09:53:42,720 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO 2018-05-22 09:53:45,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 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO 2018-05-22 09:53:45,299 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.130.5. Waiting for response... 2018-05-22 09:53:48,055 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO 2018-05-22 09:53:50,652 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO 2018-05-22 09:53:53,234 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO 2018-05-22 09:53:55,837 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO 2018-05-22 09:53:58,977 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO 2018-05-22 09:54:01,562 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO 2018-05-22 09:54:04,176 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO 2018-05-22 09:54:06,594 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO 2018-05-22 09:54:09,286 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO 2018-05-22 09:54:11,870 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-22 09:54:11,871 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.130.5. Waiting for response... 2018-05-22 09:54:14,322 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-22 09:54:16,932 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-22 09:54:19,729 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-22 09:54:22,454 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-22 09:54:25,037 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-22 09:54:27,595 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-22 09:54:30,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 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-22 09:54:32,741 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-22 09:54:35,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 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-22 09:54:37,958 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-22 09:54:37,959 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.130.5. Waiting for response... 2018-05-22 09:54:40,762 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-22 09:54:43,336 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-22 09:54:45,944 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-22 09:54:48,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 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-22 09:54:51,133 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-22 09:54:53,549 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-22 09:54:56,183 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-22 09:54:58,480 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-22 09:55:00,904 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-22 09:55:03,195 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-22 09:55:03,196 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.130.5. Waiting for response... 2018-05-22 09:55:05,775 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-22 09:55:08,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 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-22 09:55:10,952 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-22 09:55:13,542 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-22 09:55:16,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 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-22 09:55:18,703 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-22 09:55:21,165 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-22 09:55:23,654 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-22 09:55:26,240 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-22 09:55:28,807 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing 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-22 09:55:28,808 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.130.5. Waiting for response... 2018-05-22 09:55:31,285 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing 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-22 09:55:33,866 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing 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-22 09:55:36,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 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing 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-22 09:55:39,140 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing 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-22 09:55:41,699 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing 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-22 09:55:44,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 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing 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-22 09:55:46,876 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing 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-22 09:55:49,475 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing 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-22 09:55:51,952 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing 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-22 09:55:54,505 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing 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-22 09:55:54,506 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.130.5. Waiting for response... 2018-05-22 09:55:57,082 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing 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-22 09:55:59,738 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing 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-22 09:56:02,300 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing 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-22 09:56:05,008 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing 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-22 09:56:07,566 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing 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-22 09:56:10,159 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing 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-22 09:56:12,741 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing 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-22 09:56:15,333 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing 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-22 09:56:17,901 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing 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-22 09:56:20,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 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing 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-22 09:56:20,464 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.130.5. Waiting for response... 2018-05-22 09:56:23,043 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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-22 09:56:25,484 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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-22 09:56:28,092 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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-22 09:56:30,664 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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-22 09:56:33,228 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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-22 09:56:35,946 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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-22 09:56:38,537 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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-22 09:56:41,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 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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-22 09:56:43,665 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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-22 09:56:46,275 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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-22 09:56:46,276 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.130.5. Waiting for response... 2018-05-22 09:56:48,560 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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-22 09:56:51,071 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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-22 09:56:53,469 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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-22 09:56:56,038 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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-22 09:56:58,643 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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-22 09:57:01,054 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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-22 09:57:03,613 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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-22 09:57:06,031 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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-22 09:57:08,611 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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-22 09:57:11,196 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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-22 09:57:11,197 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.130.5. Waiting for response... 2018-05-22 09:57:13,645 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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-22 09:57:16,059 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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-22 09:57:18,622 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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-22 09:57:20,901 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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-22 09:57:23,337 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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-22 09:57:25,925 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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-22 09:57:28,650 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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-22 09:57:31,225 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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-22 09:57:33,759 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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-22 09:57:36,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 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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-22 09:57:36,347 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.130.5. Waiting for response... 2018-05-22 09:57:38,921 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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-22 09:57:41,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 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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-22 09:57:43,943 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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-22 09:57:46,533 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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-22 09:57:49,218 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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-22 09:57:51,955 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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-22 09:57:54,865 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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-22 09:57:57,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 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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-22 09:58:00,111 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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-22 09:58:02,558 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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-22 09:58:02,559 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.130.5. Waiting for response... 2018-05-22 09:58:05,456 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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-22 09:58:07,886 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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-22 09:58:10,605 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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-22 09:58:13,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 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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-22 09:58:15,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 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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-22 09:58:18,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 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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-22 09:58:20,949 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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-22 09:58:23,696 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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-22 09:58:26,413 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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-22 09:58:29,135 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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-22 09:58:29,136 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.130.5. Waiting for response... 2018-05-22 09:58:31,872 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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-22 09:58:34,448 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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-22 09:58:37,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 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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-22 09:58:39,633 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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-22 09:58:42,219 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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-22 09:58:44,668 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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-22 09:58:47,394 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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-22 09:58:49,995 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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-22 09:58:52,411 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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-22 09:58:54,978 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing 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-22 09:58:54,979 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.130.5. Waiting for response... 2018-05-22 09:58:57,694 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 343.097614] random: nonblocking pool is initialized vPing KO 2018-05-22 09:59:00,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 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 343.097614] random: nonblocking pool is initialized vPing KO 2018-05-22 09:59:02,560 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 343.097614] random: nonblocking pool is initialized vPing KO 2018-05-22 09:59:05,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 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 343.097614] random: nonblocking pool is initialized vPing KO 2018-05-22 09:59:07,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 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 343.097614] random: nonblocking pool is initialized vPing KO vPing KO 2018-05-22 09:59:10,247 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 343.097614] random: nonblocking pool is initialized vPing KO vPing KO 2018-05-22 09:59:12,538 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 343.097614] random: nonblocking pool is initialized vPing KO vPing KO 2018-05-22 09:59:15,140 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 343.097614] random: nonblocking pool is initialized vPing KO vPing KO 2018-05-22 09:59:17,849 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 343.097614] random: nonblocking pool is initialized vPing KO vPing KO vPing KO 2018-05-22 09:59:20,277 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 343.097614] random: nonblocking pool is initialized vPing KO vPing KO vPing KO 2018-05-22 09:59:20,278 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.130.5. Waiting for response... 2018-05-22 09:59:22,874 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 343.097614] random: nonblocking pool is initialized vPing KO vPing KO vPing KO 2018-05-22 09:59:25,609 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 343.097614] random: nonblocking pool is initialized vPing KO vPing KO vPing KO 2018-05-22 09:59:28,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 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 343.097614] random: nonblocking pool is initialized vPing KO vPing KO vPing KO 2018-05-22 09:59:30,777 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 343.097614] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO 2018-05-22 09:59:33,226 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 343.097614] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO 2018-05-22 09:59:35,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 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 343.097614] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO 2018-05-22 09:59:37,978 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 343.097614] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO 2018-05-22 09:59:40,546 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 343.097614] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-22 09:59:43,140 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 343.097614] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-22 09:59:45,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 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 343.097614] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-22 09:59:45,427 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.130.5. Waiting for response... 2018-05-22 09:59:48,034 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 343.097614] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-22 09:59:50,628 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 343.097614] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-22 09:59:53,201 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 343.097614] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-22 09:59:55,771 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 343.097614] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-22 09:59:58,586 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 343.097614] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-22 10:00:01,099 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 343.097614] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-22 10:00:03,810 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 343.097614] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-22 10:00:06,377 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 343.097614] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-22 10:00:08,985 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 343.097614] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-22 10:00:11,555 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 343.097614] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-22 10:00:11,556 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.130.5. Waiting for response... 2018-05-22 10:00:14,377 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 343.097614] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-22 10:00:16,891 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 343.097614] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-22 10:00:19,705 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 343.097614] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-22 10:00:22,320 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 343.097614] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-22 10:00:25,026 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 343.097614] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-22 10:00:27,624 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 343.097614] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-22 10:00:30,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 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 343.097614] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-22 10:00:32,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 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 343.097614] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-22 10:00:35,202 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 343.097614] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-22 10:00:37,796 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 343.097614] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-22 10:00:37,796 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.130.5. Waiting for response... 2018-05-22 10:00:40,513 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 343.097614] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-22 10:00:43,080 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 343.097614] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-22 10:00:45,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 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 343.097614] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-22 10:00:48,340 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 343.097614] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-22 10:00:50,934 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 343.097614] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-22 10:00:53,370 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 343.097614] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-22 10:00:55,942 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 343.097614] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-22 10:00:58,449 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 343.097614] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-22 10:01:00,897 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 343.097614] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-22 10:01:03,608 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 343.097614] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-22 10:01:03,609 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.130.5. Waiting for response... 2018-05-22 10:01:06,200 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 343.097614] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-22 10:01:08,774 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 343.097614] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-22 10:01:11,374 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 343.097614] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-22 10:01:13,838 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 343.097614] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-22 10:01:16,432 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 343.097614] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-22 10:01:18,988 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 343.097614] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-22 10:01:21,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 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 343.097614] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-22 10:01:24,126 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 343.097614] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-22 10:01:26,717 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 343.097614] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-22 10:01:29,480 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 343.097614] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-22 10:01:29,481 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.130.5. Waiting for response... 2018-05-22 10:01:32,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 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 343.097614] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-22 10:01:34,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 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 343.097614] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-22 10:01:37,247 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 343.097614] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-22 10:01:39,849 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 343.097614] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-22 10:01:42,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 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 343.097614] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-22 10:01:44,851 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 343.097614] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-22 10:01:47,449 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 343.097614] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-22 10:01:50,085 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 343.097614] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-22 10:01:52,508 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 343.097614] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-22 10:01:55,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 494781267 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_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.131964] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133615] pid_max: default: 32768 minimum: 301 [ 0.134508] ACPI: Core revision 20150930 [ 0.135896] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137197] Security Framework initialized [ 0.138007] Yama: becoming mindful. [ 0.138734] AppArmor: AppArmor initialized [ 0.139597] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140920] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142194] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143398] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144796] Initializing cgroup subsys io [ 0.145612] Initializing cgroup subsys memory [ 0.146475] Initializing cgroup subsys devices [ 0.147357] Initializing cgroup subsys freezer [ 0.148226] Initializing cgroup subsys net_cls [ 0.149094] Initializing cgroup subsys perf_event [ 0.150006] Initializing cgroup subsys net_prio [ 0.150888] Initializing cgroup subsys hugetlb [ 0.151760] Initializing cgroup subsys pids [ 0.152635] CPU: Physical Processor ID: 0 [ 0.154145] mce: CPU supports 10 MCE banks [ 0.154997] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156002] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174586] ftrace: allocating 31920 entries in 125 pages [ 0.201648] smpboot: Max logical packages: 1 [ 0.202496] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203855] x2apic enabled [ 0.204668] Switched APIC routing to physical x2apic. [ 0.206416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207544] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209534] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.211318] KVM setup paravirtual spinlock [ 0.212662] x86: Booted up 1 node, 1 CPUs [ 0.213466] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214852] devtmpfs: initialized [ 0.216575] evm: security.selinux [ 0.217273] evm: security.SMACK64 [ 0.217967] evm: security.SMACK64EXEC [ 0.218713] evm: security.SMACK64TRANSMUTE [ 0.219517] evm: security.SMACK64MMAP [ 0.220262] evm: security.ima [ 0.220908] evm: security.capability [ 0.221718] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223586] pinctrl core: initialized pinctrl subsystem [ 0.224694] RTC time: 9:45:49, date: 05/22/18 [ 0.225654] NET: Registered protocol family 16 [ 0.226626] cpuidle: using governor ladder [ 0.227438] cpuidle: using governor menu [ 0.228223] PCCT header not found. [ 0.228979] ACPI: bus type PCI registered [ 0.229777] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231012] PCI: Using configuration type 1 for base access [ 0.232779] ACPI: Added _OSI(Module Device) [ 0.233620] ACPI: Added _OSI(Processor Device) [ 0.234480] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235374] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237476] ACPI: Interpreter enabled [ 0.238246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241924] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245605] ACPI: (supports S0 S5) [ 0.246307] ACPI: Using IOAPIC for interrupt routing [ 0.247272] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251515] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252750] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253941] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256161] acpiphp: Slot [3] registered [ 0.256965] acpiphp: Slot [4] registered [ 0.257767] acpiphp: Slot [5] registered [ 0.258563] acpiphp: Slot [6] registered [ 0.259355] acpiphp: Slot [7] registered [ 0.260158] acpiphp: Slot [8] registered [ 0.260959] acpiphp: Slot [9] registered [ 0.261755] acpiphp: Slot [10] registered [ 0.262567] acpiphp: Slot [11] registered [ 0.263376] acpiphp: Slot [12] registered [ 0.264195] acpiphp: Slot [13] registered [ 0.265005] acpiphp: Slot [14] registered [ 0.265815] acpiphp: Slot [15] registered [ 0.276791] acpiphp: Slot [16] registered [ 0.277970] acpiphp: Slot [17] registered [ 0.279113] acpiphp: Slot [18] registered [ 0.280256] acpiphp: Slot [19] registered [ 0.281408] acpiphp: Slot [20] registered [ 0.282566] acpiphp: Slot [21] registered [ 0.283714] acpiphp: Slot [22] registered [ 0.284857] acpiphp: Slot [23] registered [ 0.285999] acpiphp: Slot [24] registered [ 0.287143] acpiphp: Slot [25] registered [ 0.288283] acpiphp: Slot [26] registered [ 0.289419] acpiphp: Slot [27] registered [ 0.290575] acpiphp: Slot [28] registered [ 0.291718] acpiphp: Slot [29] registered [ 0.292860] acpiphp: Slot [30] registered [ 0.294001] acpiphp: Slot [31] registered [ 0.295153] PCI host bridge to bus 0000:00 [ 0.296169] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297701] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.299239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.301037] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.302836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309448] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311083] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312589] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.314207] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321346] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323129] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371059] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.372976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377309] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.378716] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379973] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381113] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383729] vgaarb: loaded [ 0.384332] vgaarb: bridge control possible 0000:00:02.0 [ 0.385474] SCSI subsystem initialized [ 0.386279] ACPI: bus type USB registered [ 0.387098] usbcore: registered new interface driver usbfs [ 0.388135] usbcore: registered new interface driver hub [ 0.389144] usbcore: registered new device driver usb [ 0.390198] PCI: Using ACPI for IRQ routing [ 0.391218] NetLabel: Initializing [ 0.391940] NetLabel: domain hash size = 128 [ 0.392800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.393758] NetLabel: unlabeled traffic allowed by default [ 0.394846] clocksource: Switched to clocksource kvm-clock [ 0.400487] AppArmor: AppArmor Filesystem Enabled [ 0.401447] pnp: PnP ACPI init [ 0.402352] pnp: PnP ACPI: found 5 devices [ 0.408734] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.410437] NET: Registered protocol family 2 [ 0.411401] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.412682] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.413853] TCP: Hash tables configured (established 4096 bind 4096) [ 0.415022] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.416103] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.417269] NET: Registered protocol family 1 [ 0.418134] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.419238] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.420311] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434236] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.448480] Trying to unpack rootfs image as initramfs... [ 0.498151] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.512314] Scanning for low memory corruption every 60 seconds [ 0.513653] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514804] audit: initializing netlink subsys (disabled) [ 0.515845] audit: type=2000 audit(1526982350.641:1): initialized [ 0.517159] Initialise system trusted keyring [ 0.518096] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.519274] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.521229] zbud: loaded [ 0.521938] VFS: Disk quotas dquot_6.6.0 [ 0.522762] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524288] fuse init (API version 7.23) [ 0.525178] Key type big_key registered [ 0.525985] Allocating IMA MOK and blacklist keyrings. [ 0.527101] Key type asymmetric registered [ 0.527934] Asymmetric key parser 'x509' registered [ 0.528887] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530721] io scheduler noop registered [ 0.531524] io scheduler deadline registered (default) [ 0.532518] io scheduler cfq registered [ 0.533351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534396] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535678] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537132] ACPI: Power Button [PWRF] [ 0.537967] GHES: HEST is not enabled! [ 0.551665] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.579761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.581994] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.611410] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.615879] Linux agpgart interface v0.103 [ 0.618533] brd: module loaded [ 0.619793] loop: module loaded [ 0.625321] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626761] GPT:90111 != 2097151 [ 0.627436] GPT:Alternate GPT header not at the end of the disk. [ 0.628515] GPT:90111 != 2097151 [ 0.629177] GPT: Use GNU Parted to correct GPT errors. [ 0.630127] vda: vda1 vda15 [ 0.631936] scsi host0: ata_piix [ 0.632665] scsi host1: ata_piix [ 0.633368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634574] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.636015] libphy: Fixed MDIO Bus: probed [ 0.636834] tun: Universal TUN/TAP device driver, 1.6 [ 0.637775] tun: (C) 1999-2004 Max Krasnyansky [ 0.639900] PPP generic driver version 2.4.2 [ 0.640787] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.642150] ehci-pci: EHCI PCI platform driver [ 0.643028] ehci-platform: EHCI generic platform driver [ 0.644016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.645134] ohci-pci: OHCI PCI platform driver [ 0.646005] ohci-platform: OHCI generic platform driver [ 0.646995] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661569] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662555] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664003] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665026] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667354] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668771] usb usb1: Product: UHCI Host Controller [ 0.669699] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670832] usb usb1: SerialNumber: 0000:00:01.2 [ 0.671865] hub 1-0:1.0: USB hub found [ 0.672640] hub 1-0:1.0: 2 ports detected [ 0.673539] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.675643] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.676601] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.677624] mousedev: PS/2 mouse device common for all mice [ 0.678868] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.680688] rtc_cmos 00:00: RTC can wake from S4 [ 0.681779] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682977] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.684161] i2c /dev entries driver [ 0.684927] device-mapper: uevent: version 1.0.3 [ 0.685874] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687496] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688772] NET: Registered protocol family 10 [ 0.689751] NET: Registered protocol family 17 [ 0.690633] Key type dns_resolver registered [ 0.691562] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692655] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694404] registered taskstats version 1 [ 0.695242] Loading compiled-in X.509 certificates [ 0.696687] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.698525] zswap: loaded using pool lzo/zbud [ 0.699915] Key type trusted registered [ 0.701473] Key type encrypted registered [ 0.702288] AppArmor: AppArmor sha1 policy hashing enabled [ 0.703319] ima: No TPM chip found, activating TPM-bypass! [ 0.704347] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 2:835:778 [ 0.706121] rtc_cmos 00:00: setting system clock to 2018-05-22 09:45:50 UTC (1526982350) [ 0.707712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.708830] EDD information not available. [ 0.795858] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.797412] Write protecting the kernel read-only data: 14336k [ 0.809453] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.811253] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.854565] 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.24 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found 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.13... Lease of 192.168.130.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.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.34. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.23s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 343.097614] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-22 10:01:55,225 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Timeout reached. 2018-05-22 10:01:55,345 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-22 10:01:55,346 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 09:13 | FAIL | +------------------------+------------------+------------------+----------------+ 2018-05-22 10:02:08,662 - xtesting.ci.run_tests - ERROR - The test case 'vping_userdata' failed. 2018-05-22 10:02:08,662 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-05-22 10:02:08,755 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - cloud: 2018-05-22 10:02:08,755 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - domain: Default 2018-05-22 10:02:08,755 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-22 10:02:13,500 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-22 10:02:13.210 12 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=6c3b9747-abb7-41cc-8a8c-1ec69efa019f) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 6c3b9747-abb7-41cc-8a8c-1ec69efa019f | 2018-05-22T10:02:13 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 6c3b9747-abb7-41cc-8a8c-1ec69efa019f ~/.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-22 10:02:16,756 - 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-22 10:02:16,756 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-22 10:02:22,532 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-05-22 10:02:21.023 21 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-05-22 10:02:21.157 21 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-05-22 10:02:22.300 21 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=61bc666d-10bf-4cf3-962a-d3f270b1dc7e) has been successfully created! Using verifier 'opnfv-tempest' (UUID=61bc666d-10bf-4cf3-962a-d3f270b1dc7e) as the default verifier for the future CLI operations. 2018-05-22 10:02:25,575 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating network with name: 'tempest-net-954fb0a6-3f00-4f47-a8bb-1ce8b542d664' 2018-05-22 10:02:26,485 - 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-22T10:02:26Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'74a73c57-f236-4157-9297-7ac9372cc9da', u'provider:segmentation_id': 65, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tempest-net-954fb0a6-3f00-4f47-a8bb-1ce8b542d664', u'admin_state_up': True, u'tenant_id': u'0e106c30fefa42c88ace8f783f932bb7', u'created_at': u'2018-05-22T10:02:26Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'0e106c30fefa42c88ace8f783f932bb7'}) 2018-05-22 10:02:27,312 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-05-22T10:02:26Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.150.2', u'end': u'192.168.150.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.150.0/24', u'id': u'f2831449-b1c6-445c-b358-3c8392ef0921', u'subnetpool_id': None, u'service_types': [], u'name': u'tempest-subnet-954fb0a6-3f00-4f47-a8bb-1ce8b542d664', u'enable_dhcp': True, u'network_id': u'74a73c57-f236-4157-9297-7ac9372cc9da', u'tenant_id': u'0e106c30fefa42c88ace8f783f932bb7', u'created_at': u'2018-05-22T10:02:26Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.150.1', u'ip_version': 4, u'project_id': u'0e106c30fefa42c88ace8f783f932bb7'}) 2018-05-22 10:02:27,312 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-05-22 10:02:27,312 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating image with name: 'Cirros-0.4.0-954fb0a6-3f00-4f47-a8bb-1ce8b542d664' 2018-05-22 10:02:29,872 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/Cirros-0.4.0-954fb0a6-3f00-4f47-a8bb-1ce8b542d664', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-05-22T10:02:27Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'public', u'file': u'/v2/images/37788bb6-cce2-4036-94cf-e68048a434d3/file', u'owner': u'0e106c30fefa42c88ace8f783f932bb7', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'37788bb6-cce2-4036-94cf-e68048a434d3', u'size': None, u'name': u'Cirros-0.4.0-954fb0a6-3f00-4f47-a8bb-1ce8b542d664', u'checksum': None, u'self': u'/v2/images/37788bb6-cce2-4036-94cf-e68048a434d3', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-05-22T10:02:27Z', u'schema': u'/v2/schemas/image'}) 2018-05-22 10:02:29,872 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating image with name: 'Cirros-0.4.0-1-954fb0a6-3f00-4f47-a8bb-1ce8b542d664' 2018-05-22 10:02:32,123 - 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-954fb0a6-3f00-4f47-a8bb-1ce8b542d664', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-05-22T10:02:30Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'public', u'file': u'/v2/images/cf2b1073-b073-4bab-b672-6bc291c4bcfc/file', u'owner': u'0e106c30fefa42c88ace8f783f932bb7', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'cf2b1073-b073-4bab-b672-6bc291c4bcfc', u'size': None, u'name': u'Cirros-0.4.0-1-954fb0a6-3f00-4f47-a8bb-1ce8b542d664', u'checksum': None, u'self': u'/v2/images/cf2b1073-b073-4bab-b672-6bc291c4bcfc', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-05-22T10:02:30Z', u'schema': u'/v2/schemas/image'}) 2018-05-22 10:02:32,123 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-22 10:02:32,363 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'opnfv_flavor-954fb0a6-3f00-4f47-a8bb-1ce8b542d664', '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'0e106c30fefa42c88ace8f783f932bb7', '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'cb007596-ac23-40a3-9bcf-d9bad31209c6', 'swap': 0}) 2018-05-22 10:02:32,468 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'opnfv_flavor_1-954fb0a6-3f00-4f47-a8bb-1ce8b542d664', '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'0e106c30fefa42c88ace8f783f932bb7', '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'554c6fb0-e46d-406d-9385-b6beb6e2cc52', 'swap': 0}) 2018-05-22 10:02:35,703 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-22 10:02:34.638 40 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=61bc666d-10bf-4cf3-962a-d3f270b1dc7e) for deployment 'opnfv-rally' (UUID=6c3b9747-abb7-41cc-8a8c-1ec69efa019f). 2018-05-22 10:02:35.544 40 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=61bc666d-10bf-4cf3-962a-d3f270b1dc7e) has been successfully configured for deployment 'opnfv-rally' (UUID=6c3b9747-abb7-41cc-8a8c-1ec69efa019f)! 2018-05-22 10:02:35,704 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-05-22 10:02:35,704 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-05-22 10:02:35,706 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-05-22 10:02:35,709 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-05-22 10:02:38,716 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-61bc666d-10bf-4cf3-962a-d3f270b1dc7e/repo; testr list-tests '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$' >/home/opnfv/functest/results/tempest/test_list.txt 2>/dev/null) 2018-05-22 10:02:38,716 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-05-22 10:02:38,717 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-05-22 10:02:38,717 - 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-22 10:02:40,659 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:02:40.658 49 INFO rally.api [-] Starting verification (UUID=0d23a6b3-1841-4a74-a0d1-4e0deba00cf6) for deployment 'opnfv-rally' (UUID=6c3b9747-abb7-41cc-8a8c-1ec69efa019f) by verifier 'opnfv-tempest' (UUID=61bc666d-10bf-4cf3-962a-d3f270b1dc7e). 2018-05-22 10:02:40,659 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 0d23a6b3-1841-4a74-a0d1-4e0deba00cf6 2018-05-22 10:02:47,801 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:02:47.800 49 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.175s] 2018-05-22 10:02:47,860 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:02:47.859 49 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.059s] 2018-05-22 10:02:54,606 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:02:54.606 49 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [1.329s] 2018-05-22 10:02:57,922 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:02:57.922 49 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [3.315s] 2018-05-22 10:03:11,139 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:03:11.139 49 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [6.315s] 2018-05-22 10:03:27,121 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:03:27.121 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [9.595s] 2018-05-22 10:04:01,974 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:04:01.973 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.065s] 2018-05-22 10:04:01,975 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:04:01.974 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-05-22 10:04:32,757 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:04:32.757 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.067s] 2018-05-22 10:04:32,758 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:04:32.758 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-05-22 10:05:04,998 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:05:04.997 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.070s] 2018-05-22 10:05:04,999 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:05:04.998 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-05-22 10:06:52,266 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:06:52.265 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [76.488s] 2018-05-22 10:07:14,721 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:07:14.721 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.069s] 2018-05-22 10:07:14,826 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:07:14.826 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.105s] 2018-05-22 10:07:23,417 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:07:23.417 49 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.658s] 2018-05-22 10:07:23,426 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:07:23.426 49 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.009s] 2018-05-22 10:07:24,873 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:07:24.873 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-05-22 10:07:24,874 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:07:24.874 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-05-22 10:07:28,859 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:07:28.859 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.370s] 2018-05-22 10:07:34,861 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:07:34.860 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.082s] 2018-05-22 10:07:41,455 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:07:41.454 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.690s] 2018-05-22 10:07:49,093 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:07:49.092 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.454s] 2018-05-22 10:07:58,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:07:58.374 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [3.274s] 2018-05-22 10:08:04,742 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:08:04.741 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.486s] 2018-05-22 10:08:10,910 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:08:10.909 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.211s] 2018-05-22 10:08:18,573 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:08:18.572 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.468s] 2018-05-22 10:08:26,269 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:08:26.269 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.465s] 2018-05-22 10:08:34,247 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:08:34.246 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [2.770s] 2018-05-22 10:08:37,364 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:08:37.364 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-05-22 10:08:39,305 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:08:39.305 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.074s] 2018-05-22 10:08:39,387 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:08:39.386 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.081s] 2018-05-22 10:08:39,464 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:08:39.463 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.076s] 2018-05-22 10:08:39,471 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:08:39.470 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.007s] 2018-05-22 10:08:44,395 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:08:44.394 49 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.830s] 2018-05-22 10:08:46,347 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:08:46.346 49 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [1.951s] 2018-05-22 10:08:47,979 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:08:47.979 49 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [1.632s] 2018-05-22 10:08:54,448 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:08:54.447 49 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.006s] 2018-05-22 10:09:01,674 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:09:01.674 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [3.905s] 2018-05-22 10:09:15,867 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:09:15.866 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [2.788s] 2018-05-22 10:09:19,192 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:09:19.192 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [3.324s] 2018-05-22 10:09:29,968 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:09:29.968 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [2.853s] 2018-05-22 10:09:33,351 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:09:33.350 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [3.381s] 2018-05-22 10:09:43,095 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:09:43.095 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [9.744s] 2018-05-22 10:09:52,336 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:09:52.335 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [3.019s] 2018-05-22 10:09:55,547 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:09:55.547 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [3.211s] 2018-05-22 10:10:03,111 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:10:03.111 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [7.563s] 2018-05-22 10:10:19,370 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:10:19.370 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [6.894s] 2018-05-22 10:10:19,637 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:10:19.637 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.267s] 2018-05-22 10:10:19,905 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:10:19.904 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.267s] 2018-05-22 10:10:19,957 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:10:19.957 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.052s] 2018-05-22 10:10:20,202 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:10:20.202 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.245s] 2018-05-22 10:10:20,262 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:10:20.262 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.059s] 2018-05-22 10:10:34,084 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:10:34.083 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [5.752s] 2018-05-22 10:10:34,514 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:10:34.513 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.430s] 2018-05-22 10:10:34,648 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:10:34.648 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.134s] 2018-05-22 10:10:34,858 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:10:34.857 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.209s] 2018-05-22 10:10:35,115 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:10:35.115 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.256s] 2018-05-22 10:10:35,205 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:10:35.205 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.089s] 2018-05-22 10:10:49,180 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:10:49.179 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [5.310s] 2018-05-22 10:10:55,388 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:10:55.387 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [6.206s] 2018-05-22 10:10:57,368 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:10:57.367 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [1.979s] 2018-05-22 10:10:57,441 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:10:57.441 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.073s] 2018-05-22 10:10:57,641 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:10:57.641 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.199s] 2018-05-22 10:11:09,969 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:11:09.968 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [5.267s] 2018-05-22 10:11:16,482 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:11:16.481 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [6.512s] 2018-05-22 10:11:18,078 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:11:18.078 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.595s] 2018-05-22 10:11:18,132 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:11:18.131 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.054s] 2018-05-22 10:11:18,183 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:11:18.183 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.051s] 2018-05-22 10:11:33,361 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:11:33.361 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [9.552s] 2018-05-22 10:11:38,509 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:11:38.508 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [5.148s] 2018-05-22 10:11:43,175 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:11:43.175 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [4.666s] 2018-05-22 10:11:46,552 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:11:46.552 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [3.375s] 2018-05-22 10:12:12,078 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:12:12.078 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [9.571s] 2018-05-22 10:12:17,183 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:12:17.183 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [5.105s] 2018-05-22 10:12:21,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:12:21.532 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [4.348s] 2018-05-22 10:12:24,864 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:12:24.864 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [3.331s] 2018-05-22 10:12:42,608 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:12:42.607 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.967s] 2018-05-22 10:12:45,110 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:12:45.109 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [2.500s] 2018-05-22 10:12:45,292 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:12:45.292 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.185s] 2018-05-22 10:12:50,068 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:12:50.068 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.720s] 2018-05-22 10:12:52,802 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:12:52.801 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.731s] 2018-05-22 10:12:52,983 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:12:52.983 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.183s] 2018-05-22 10:12:57,257 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:12:57.256 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.312s] 2018-05-22 10:13:00,671 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:13:00.671 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.006s] 2018-05-22 10:13:02,112 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:13:02.112 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-05-22 10:13:02,114 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:13:02.114 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-05-22 10:13:02,116 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:13:02.115 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-05-22 10:13:02,117 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:13:02.117 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-05-22 10:13:02,118 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:13:02.118 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-05-22 10:13:04,067 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:13:04.067 49 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.012s] 2018-05-22 10:13:20,588 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:13:20.587 49 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [11.448s] 2018-05-22 10:13:33,709 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:13:33.708 49 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [8.366s] 2018-05-22 10:13:45,524 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:13:45.524 49 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [11.815s] 2018-05-22 10:13:54,203 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:13:54.203 49 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.038s] 2018-05-22 10:17:37,778 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:17:37.778 49 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... fail [217.132s] 2018-05-22 10:18:12,505 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:18:12.505 49 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [25.863s] 2018-05-22 10:18:59,513 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:18:59.512 49 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [27.002s] 2018-05-22 10:19:18,166 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '0d23a6b3-1841-4a74-a0d1-4e0deba00cf6']'. 2018-05-22 10:19:19,157 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-22 10:19:19,157 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-22 10:19:19,158 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-22 10:19:19,158 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 0d23a6b3-1841-4a74-a0d1-4e0deba00cf6 | 2018-05-22 10:19:19,158 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-05-22 10:19:19,158 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-22 10:02:40 | 2018-05-22 10:19:19,158 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-22 10:19:17 | 2018-05-22 10:19:19,158 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:16:37 | 2018-05-22 10:19:19,158 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-05-22 10:19:19,158 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-22 10:19:19,158 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-22 10:19:19,158 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 61bc666d-10bf-4cf3-962a-d3f270b1dc7e) | 2018-05-22 10:19:19,158 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-22 10:19:19,159 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 6c3b9747-abb7-41cc-8a8c-1ec69efa019f) | 2018-05-22 10:19:19,159 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-05-22 10:19:19,159 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 973.987 | 2018-05-22 10:19:19,159 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 89 | 2018-05-22 10:19:19,159 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 19 | 2018-05-22 10:19:19,159 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-22 10:19:19,159 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-22 10:19:19,159 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 1 | 2018-05-22 10:19:19,159 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-22 10:19:19,159 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-22 10:19:19,223 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 98.8888888889% 2018-05-22 10:19:25,776 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-22 10:19:25,776 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 17:00 | FAIL | +------------------------------+------------------+------------------+----------------+ 2018-05-22 10:19:25,780 - xtesting.ci.run_tests - ERROR - The test case 'tempest_smoke_serial' failed. 2018-05-22 10:19:25,780 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-05-22 10:19:25,871 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-05-22 10:19:26,314 - xtesting.energy.energy - DEBUG - Starting recording 2018-05-22 10:19:26,314 - xtesting.energy.energy - DEBUG - Submitting scenario (rally_sanity/running) 2018-05-22 10:19:26,856 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-22 10:19:29,314 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-22 10:19:28.963 253 INFO rally.deployment.engine [-] Deployment 6c3b9747-abb7-41cc-8a8c-1ec69efa019f | Starting: Destroy cloud and free allocated resources. 2018-05-22 10:19:29.042 253 INFO rally.deployment.engine [-] Deployment 6c3b9747-abb7-41cc-8a8c-1ec69efa019f | Completed: Destroy cloud and free allocated resources. 2018-05-22 10:19:29.068 253 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=61bc666d-10bf-4cf3-962a-d3f270b1dc7e) for deployment 'opnfv-rally'. 2018-05-22 10:19:29.079 253 INFO rally.api [-] Deleting verification (UUID=0d23a6b3-1841-4a74-a0d1-4e0deba00cf6). 2018-05-22 10:19:29.109 253 INFO rally.api [-] Verification has been successfully deleted! 2018-05-22 10:19:29.110 253 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=61bc666d-10bf-4cf3-962a-d3f270b1dc7e). 2018-05-22 10:19:29.120 253 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-05-22 10:19:31,796 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-22 10:19:31.582 256 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=f5b6d2e6-0c07-4342-bb94-fb17501bf4c0) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | f5b6d2e6-0c07-4342-bb94-fb17501bf4c0 | 2018-05-22T10:19:31 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: f5b6d2e6-0c07-4342-bb94-fb17501bf4c0 ~/.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-22 10:19:35,141 - 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-22 10:19:35,141 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-05-22 10:19:35,954 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating image 'Cirros-0.4.0-69e9fbc4-db69-449e-b0cc-1457ad0ef387'... 2018-05-22 10:19:38,124 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating network 'rally-net-69e9fbc4-db69-449e-b0cc-1457ad0ef387'... 2018-05-22 10:19:39,467 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating router 'rally-router-69e9fbc4-db69-449e-b0cc-1457ad0ef387'... 2018-05-22 10:19:42,461 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-tiny-69e9fbc4-db69-449e-b0cc-1457ad0ef387'... 2018-05-22 10:19:42,561 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-mini-69e9fbc4-db69-449e-b0cc-1457ad0ef387'... 2018-05-22 10:19:42,639 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-05-22 10:19:42,639 - 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-22 10:19:42,640 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-22 10:19:42,657 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-22 10:19:42,658 - 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': '78b624ea-d26a-4b2d-89d3-3c9dbafe003b', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-69e9fbc4-db69-449e-b0cc-1457ad0ef387', 'flavor_name': 'rally-tiny-69e9fbc4-db69-449e-b0cc-1457ad0ef387', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-69e9fbc4-db69-449e-b0cc-1457ad0ef387', '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-22 10:20:42,627 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 0917f306-4711-4dbe-b92a-4910df9704df 2018-05-22 10:20:42,627 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-05-22 10:20:42,628 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '0917f306-4711-4dbe-b92a-4910df9704df'] 2018-05-22 10:20:43,620 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 0917f306-4711-4dbe-b92a-4910df9704df: 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 0917f306-4711-4dbe-b92a-4910df9704df 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.467 | 0.467 | 0.467 | 0.467 | 0.467 | 0.467 | 100.0% | 1 | | total | 0.467 | 0.467 | 0.467 | 0.467 | 0.467 | 0.467 | 100.0% | 1 | | -> duration | 0.467 | 0.467 | 0.467 | 0.467 | 0.467 | 0.467 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.467011 Full duration: 7.522596 -------------------------------------------------------------------------------- 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 0917f306-4711-4dbe-b92a-4910df9704df 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.837 | 0.837 | 0.837 | 0.837 | 0.837 | 0.837 | 100.0% | 1 | | total | 1.284 | 1.284 | 1.284 | 1.284 | 1.284 | 1.284 | 100.0% | 1 | | -> duration | 1.284 | 1.284 | 1.284 | 1.284 | 1.284 | 1.284 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.284139 Full duration: 8.047083 -------------------------------------------------------------------------------- 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 0917f306-4711-4dbe-b92a-4910df9704df 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.522 | 0.522 | 0.522 | 0.522 | 0.522 | 0.522 | 100.0% | 1 | | total | 0.933 | 0.933 | 0.933 | 0.933 | 0.933 | 0.933 | 100.0% | 1 | | -> duration | 0.933 | 0.933 | 0.933 | 0.933 | 0.933 | 0.933 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.933363 Full duration: 7.495294 -------------------------------------------------------------------------------- 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 0917f306-4711-4dbe-b92a-4910df9704df 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.335 | 0.335 | 0.335 | 0.335 | 0.335 | 0.335 | 100.0% | 1 | | total | 0.766 | 0.766 | 0.766 | 0.766 | 0.766 | 0.766 | 100.0% | 1 | | -> duration | 0.766 | 0.766 | 0.766 | 0.766 | 0.766 | 0.766 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.766229 Full duration: 7.830448 -------------------------------------------------------------------------------- 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 0917f306-4711-4dbe-b92a-4910df9704df 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.664 | 0.664 | 0.664 | 0.664 | 0.664 | 0.664 | 100.0% | 1 | | total | 1.07 | 1.07 | 1.07 | 1.07 | 1.07 | 1.07 | 100.0% | 1 | | -> duration | 1.07 | 1.07 | 1.07 | 1.07 | 1.07 | 1.07 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.06979 Full duration: 7.91057 -------------------------------------------------------------------------------- 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 0917f306-4711-4dbe-b92a-4910df9704df 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.23 | 0.23 | 0.23 | 0.23 | 0.23 | 0.23 | 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.674457 Full duration: 7.420963 HINTS: * To plot HTML graphics with this data, run: rally task report 0917f306-4711-4dbe-b92a-4910df9704df --out output.html * To generate a JUnit report, run: rally task export 0917f306-4711-4dbe-b92a-4910df9704df --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 0917f306-4711-4dbe-b92a-4910df9704df --json --out output.json 2018-05-22 10:20:43,621 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '0917f306-4711-4dbe-b92a-4910df9704df'] 2018-05-22 10:20:44,613 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-22 10:20:44,614 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '0917f306-4711-4dbe-b92a-4910df9704df', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-05-22 10:20:44,620 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-05-22 10:20:44,620 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-05-22 10:20:44,620 - 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-22 10:20:44,620 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-22 10:20:44,634 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-22 10:20:44,635 - 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': '78b624ea-d26a-4b2d-89d3-3c9dbafe003b', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-69e9fbc4-db69-449e-b0cc-1457ad0ef387', 'flavor_name': 'rally-tiny-69e9fbc4-db69-449e-b0cc-1457ad0ef387', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-69e9fbc4-db69-449e-b0cc-1457ad0ef387', '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-22 10:22:24,642 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 7c80f4c7-b4e1-41b6-a6cc-70f72fd7a740 2018-05-22 10:22:24,642 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '7c80f4c7-b4e1-41b6-a6cc-70f72fd7a740'] 2018-05-22 10:22:25,714 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 7c80f4c7-b4e1-41b6-a6cc-70f72fd7a740: 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 7c80f4c7-b4e1-41b6-a6cc-70f72fd7a740 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.604 | 4.604 | 4.604 | 4.604 | 4.604 | 4.604 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.507 | 0.507 | 0.507 | 0.507 | 0.507 | 0.507 | 100.0% | 1 | | -> glance_v2.upload_data | 1.602 | 1.602 | 1.602 | 1.602 | 1.602 | 1.602 | 100.0% | 1 | | glance_v2.delete_image | 1.132 | 1.132 | 1.132 | 1.132 | 1.132 | 1.132 | 100.0% | 1 | | total | 5.736 | 5.736 | 5.736 | 5.736 | 5.736 | 5.736 | 100.0% | 1 | | -> duration | 5.736 | 5.736 | 5.736 | 5.736 | 5.736 | 5.736 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.736342 Full duration: 14.010748 -------------------------------------------------------------------------------- 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 7c80f4c7-b4e1-41b6-a6cc-70f72fd7a740 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.216 | 4.216 | 4.216 | 4.216 | 4.216 | 4.216 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.341 | 0.341 | 0.341 | 0.341 | 0.341 | 0.341 | 100.0% | 1 | | -> glance_v2.upload_data | 1.46 | 1.46 | 1.46 | 1.46 | 1.46 | 1.46 | 100.0% | 1 | | glance_v2.list_images | 0.17 | 0.17 | 0.17 | 0.17 | 0.17 | 0.17 | 100.0% | 1 | | total | 4.387 | 4.387 | 4.387 | 4.387 | 4.387 | 4.387 | 100.0% | 1 | | -> duration | 4.387 | 4.387 | 4.387 | 4.387 | 4.387 | 4.387 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.386518 Full duration: 16.91661 -------------------------------------------------------------------------------- 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 7c80f4c7-b4e1-41b6-a6cc-70f72fd7a740 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.342 | 0.342 | 0.342 | 0.342 | 0.342 | 0.342 | 100.0% | 1 | | total | 0.342 | 0.342 | 0.342 | 0.342 | 0.342 | 0.342 | 100.0% | 1 | | -> duration | 0.342 | 0.342 | 0.342 | 0.342 | 0.342 | 0.342 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.342073 Full duration: 8.545997 -------------------------------------------------------------------------------- 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-69e9fbc4-db69-449e-b0cc-1457ad0ef387" }, "number_instances": 2, "nics": [ { "net-id": "78b624ea-d26a-4b2d-89d3-3c9dbafe003b" } ] }, "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 7c80f4c7-b4e1-41b6-a6cc-70f72fd7a740 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 3.902 | 3.902 | 3.902 | 3.902 | 3.902 | 3.902 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.478 | 0.478 | 0.478 | 0.478 | 0.478 | 0.478 | 100.0% | 1 | | -> glance_v2.upload_data | 0.987 | 0.987 | 0.987 | 0.987 | 0.987 | 0.987 | 100.0% | 1 | | nova.boot_servers | 14.056 | 14.056 | 14.056 | 14.056 | 14.056 | 14.056 | 100.0% | 1 | | total | 17.959 | 17.959 | 17.959 | 17.959 | 17.959 | 17.959 | 100.0% | 1 | | -> duration | 16.959 | 16.959 | 16.959 | 16.959 | 16.959 | 16.959 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 16.959166 Full duration: 42.593677 HINTS: * To plot HTML graphics with this data, run: rally task report 7c80f4c7-b4e1-41b6-a6cc-70f72fd7a740 --out output.html * To generate a JUnit report, run: rally task export 7c80f4c7-b4e1-41b6-a6cc-70f72fd7a740 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 7c80f4c7-b4e1-41b6-a6cc-70f72fd7a740 --json --out output.json 2018-05-22 10:22:25,714 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '7c80f4c7-b4e1-41b6-a6cc-70f72fd7a740'] 2018-05-22 10:22:26,737 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-22 10:22:26,737 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '7c80f4c7-b4e1-41b6-a6cc-70f72fd7a740', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-05-22 10:22:26,743 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-05-22 10:22:26,743 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-05-22 10:22:26,743 - 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-22 10:22:26,744 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-22 10:22:26,760 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-22 10:22:26,761 - 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': '78b624ea-d26a-4b2d-89d3-3c9dbafe003b', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-69e9fbc4-db69-449e-b0cc-1457ad0ef387', 'flavor_name': 'rally-tiny-69e9fbc4-db69-449e-b0cc-1457ad0ef387', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-69e9fbc4-db69-449e-b0cc-1457ad0ef387', '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-22 10:25:48,054 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 11060970-a1db-416c-8992-a593e0273ed1 2018-05-22 10:25:48,054 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '11060970-a1db-416c-8992-a593e0273ed1'] 2018-05-22 10:25:49,089 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 11060970-a1db-416c-8992-a593e0273ed1: 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 11060970-a1db-416c-8992-a593e0273ed1 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.289 | 3.289 | 3.289 | 3.289 | 3.289 | 3.289 | 100.0% | 1 | | cinder_v2.delete_snapshot | 2.446 | 2.446 | 2.446 | 2.446 | 2.446 | 2.446 | 100.0% | 1 | | total | 5.735 | 5.735 | 5.735 | 5.735 | 5.735 | 5.735 | 100.0% | 1 | | -> duration | 5.735 | 5.735 | 5.735 | 5.735 | 5.735 | 5.735 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.735125 Full duration: 23.257276 -------------------------------------------------------------------------------- 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 11060970-a1db-416c-8992-a593e0273ed1 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.229 | 3.229 | 3.229 | 3.229 | 3.229 | 3.229 | 100.0% | 1 | | cinder_v2.delete_volume | 2.75 | 2.75 | 2.75 | 2.75 | 2.75 | 2.75 | 100.0% | 1 | | total | 5.98 | 5.98 | 5.98 | 5.98 | 5.98 | 5.98 | 100.0% | 1 | | -> duration | 5.98 | 5.98 | 5.98 | 5.98 | 5.98 | 5.98 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.979714 Full duration: 15.722112 -------------------------------------------------------------------------------- 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-69e9fbc4-db69-449e-b0cc-1457ad0ef387" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task 11060970-a1db-416c-8992-a593e0273ed1 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.538 | 8.538 | 8.538 | 8.538 | 8.538 | 8.538 | 100.0% | 1 | | cinder_v2.delete_volume | 2.627 | 2.627 | 2.627 | 2.627 | 2.627 | 2.627 | 100.0% | 1 | | total | 11.166 | 11.166 | 11.166 | 11.166 | 11.166 | 11.166 | 100.0% | 1 | | -> duration | 11.166 | 11.166 | 11.166 | 11.166 | 11.166 | 11.166 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 11.166071 Full duration: 22.297685 -------------------------------------------------------------------------------- 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 11060970-a1db-416c-8992-a593e0273ed1 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.255 | 3.255 | 3.255 | 3.255 | 3.255 | 3.255 | 100.0% | 1 | | cinder_v2.delete_volume | 2.913 | 2.913 | 2.913 | 2.913 | 2.913 | 2.913 | 100.0% | 1 | | total | 6.169 | 6.169 | 6.169 | 6.169 | 6.169 | 6.169 | 100.0% | 1 | | -> duration | 6.169 | 6.169 | 6.169 | 6.169 | 6.169 | 6.169 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.169048 Full duration: 16.313275 -------------------------------------------------------------------------------- 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 11060970-a1db-416c-8992-a593e0273ed1 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.175 | 3.175 | 3.175 | 3.175 | 3.175 | 3.175 | 100.0% | 1 | | cinder_v2.extend_volume | 2.365 | 2.365 | 2.365 | 2.365 | 2.365 | 2.365 | 100.0% | 1 | | cinder_v2.delete_volume | 2.64 | 2.64 | 2.64 | 2.64 | 2.64 | 2.64 | 100.0% | 1 | | total | 8.181 | 8.181 | 8.181 | 8.181 | 8.181 | 8.181 | 100.0% | 1 | | -> duration | 8.181 | 8.181 | 8.181 | 8.181 | 8.181 | 8.181 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.180698 Full duration: 18.479853 -------------------------------------------------------------------------------- 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 11060970-a1db-416c-8992-a593e0273ed1 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.175 | 3.175 | 3.175 | 3.175 | 3.175 | 3.175 | 100.0% | 1 | | cinder_v2.delete_volume | 2.622 | 2.622 | 2.622 | 2.622 | 2.622 | 2.622 | 100.0% | 1 | | total | 5.797 | 5.797 | 5.797 | 5.797 | 5.797 | 5.797 | 100.0% | 1 | | -> duration | 5.797 | 5.797 | 5.797 | 5.797 | 5.797 | 5.797 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.796889 Full duration: 23.06644 -------------------------------------------------------------------------------- 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 11060970-a1db-416c-8992-a593e0273ed1 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.606 | 0.606 | 0.606 | 0.606 | 0.606 | 0.606 | 100.0% | 1 | | cinder_v2.list_qos | 0.173 | 0.173 | 0.173 | 0.173 | 0.173 | 0.173 | 100.0% | 1 | | total | 0.779 | 0.779 | 0.779 | 0.779 | 0.779 | 0.779 | 100.0% | 1 | | -> duration | 0.779 | 0.779 | 0.779 | 0.779 | 0.779 | 0.779 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.77909 Full duration: 12.519004 -------------------------------------------------------------------------------- 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 11060970-a1db-416c-8992-a593e0273ed1 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.59 | 0.59 | 0.59 | 0.59 | 0.59 | 0.59 | 100.0% | 1 | | cinder_v2.set_qos | 0.209 | 0.209 | 0.209 | 0.209 | 0.209 | 0.209 | 100.0% | 1 | | total | 0.799 | 0.799 | 0.799 | 0.799 | 0.799 | 0.799 | 100.0% | 1 | | -> duration | 0.799 | 0.799 | 0.799 | 0.799 | 0.799 | 0.799 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.799028 Full duration: 12.283287 -------------------------------------------------------------------------------- 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 11060970-a1db-416c-8992-a593e0273ed1 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.582 | 0.582 | 0.582 | 0.582 | 0.582 | 0.582 | 100.0% | 1 | | cinder_v2.list_types | 0.183 | 0.183 | 0.183 | 0.183 | 0.183 | 0.183 | 100.0% | 1 | | total | 0.766 | 0.766 | 0.766 | 0.766 | 0.766 | 0.766 | 100.0% | 1 | | -> duration | 0.766 | 0.766 | 0.766 | 0.766 | 0.766 | 0.766 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.766165 Full duration: 12.657514 -------------------------------------------------------------------------------- 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 11060970-a1db-416c-8992-a593e0273ed1 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.611 | 0.611 | 0.611 | 0.611 | 0.611 | 0.611 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.22 | 0.22 | 0.22 | 0.22 | 0.22 | 0.22 | 100.0% | 1 | | total | 0.831 | 0.831 | 0.831 | 0.831 | 0.831 | 0.831 | 100.0% | 1 | | -> duration | 0.831 | 0.831 | 0.831 | 0.831 | 0.831 | 0.831 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.831102 Full duration: 12.230346 HINTS: * To plot HTML graphics with this data, run: rally task report 11060970-a1db-416c-8992-a593e0273ed1 --out output.html * To generate a JUnit report, run: rally task export 11060970-a1db-416c-8992-a593e0273ed1 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 11060970-a1db-416c-8992-a593e0273ed1 --json --out output.json 2018-05-22 10:25:49,090 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '11060970-a1db-416c-8992-a593e0273ed1'] 2018-05-22 10:25:50,145 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-22 10:25:50,146 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '11060970-a1db-416c-8992-a593e0273ed1', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-05-22 10:25:50,152 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-05-22 10:25:50,152 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-05-22 10:25:50,152 - 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-22 10:25:50,152 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-22 10:25:50,169 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-22 10:25:50,170 - 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': '78b624ea-d26a-4b2d-89d3-3c9dbafe003b', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-69e9fbc4-db69-449e-b0cc-1457ad0ef387', 'flavor_name': 'rally-tiny-69e9fbc4-db69-449e-b0cc-1457ad0ef387', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-69e9fbc4-db69-449e-b0cc-1457ad0ef387', '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-22 10:27:12,826 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 3a977302-d1fd-47f0-9b40-202ed4eed0b4 2018-05-22 10:27:12,826 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '3a977302-d1fd-47f0-9b40-202ed4eed0b4'] 2018-05-22 10:27:13,909 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 3a977302-d1fd-47f0-9b40-202ed4eed0b4: 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 3a977302-d1fd-47f0-9b40-202ed4eed0b4 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.457 | 4.457 | 4.457 | 4.457 | 4.457 | 4.457 | 100.0% | 1 | | heat.update_stack | 2.665 | 2.665 | 2.665 | 2.665 | 2.665 | 2.665 | 100.0% | 1 | | heat.delete_stack | 2.679 | 2.679 | 2.679 | 2.679 | 2.679 | 2.679 | 100.0% | 1 | | total | 9.8 | 9.8 | 9.8 | 9.8 | 9.8 | 9.8 | 100.0% | 1 | | -> duration | 5.8 | 5.8 | 5.8 | 5.8 | 5.8 | 5.8 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.800441 Full duration: 18.447919 -------------------------------------------------------------------------------- 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 3a977302-d1fd-47f0-9b40-202ed4eed0b4 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.515 | 4.515 | 4.515 | 4.515 | 4.515 | 4.515 | 100.0% | 1 | | heat.check_stack | 0.759 | 0.759 | 0.759 | 0.759 | 0.759 | 0.759 | 100.0% | 1 | | heat.delete_stack | 2.974 | 2.974 | 2.974 | 2.974 | 2.974 | 2.974 | 100.0% | 1 | | total | 8.249 | 8.249 | 8.249 | 8.249 | 8.249 | 8.249 | 100.0% | 1 | | -> duration | 6.249 | 6.249 | 6.249 | 6.249 | 6.249 | 6.249 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.248848 Full duration: 16.711581 -------------------------------------------------------------------------------- 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 3a977302-d1fd-47f0-9b40-202ed4eed0b4 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.539 | 4.539 | 4.539 | 4.539 | 4.539 | 4.539 | 100.0% | 1 | | heat.suspend_stack | 1.876 | 1.876 | 1.876 | 1.876 | 1.876 | 1.876 | 100.0% | 1 | | heat.resume_stack | 0.62 | 0.62 | 0.62 | 0.62 | 0.62 | 0.62 | 100.0% | 1 | | heat.delete_stack | 2.499 | 2.499 | 2.499 | 2.499 | 2.499 | 2.499 | 100.0% | 1 | | total | 9.535 | 9.535 | 9.535 | 9.535 | 9.535 | 9.535 | 100.0% | 1 | | -> duration | 7.535 | 7.535 | 7.535 | 7.535 | 7.535 | 7.535 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.534534 Full duration: 18.394564 -------------------------------------------------------------------------------- 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 3a977302-d1fd-47f0-9b40-202ed4eed0b4 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.594 | 0.594 | 0.594 | 0.594 | 0.594 | 0.594 | 100.0% | 1 | | total | 0.594 | 0.594 | 0.594 | 0.594 | 0.594 | 0.594 | 100.0% | 1 | | -> duration | 0.594 | 0.594 | 0.594 | 0.594 | 0.594 | 0.594 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.593873 Full duration: 8.799527 HINTS: * To plot HTML graphics with this data, run: rally task report 3a977302-d1fd-47f0-9b40-202ed4eed0b4 --out output.html * To generate a JUnit report, run: rally task export 3a977302-d1fd-47f0-9b40-202ed4eed0b4 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 3a977302-d1fd-47f0-9b40-202ed4eed0b4 --json --out output.json 2018-05-22 10:27:13,909 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '3a977302-d1fd-47f0-9b40-202ed4eed0b4'] 2018-05-22 10:27:14,846 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-22 10:27:14,846 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '3a977302-d1fd-47f0-9b40-202ed4eed0b4', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-05-22 10:27:14,850 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-05-22 10:27:14,851 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-05-22 10:27:14,851 - 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-22 10:27:14,851 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-22 10:27:14,867 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-22 10:27:14,868 - 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': '78b624ea-d26a-4b2d-89d3-3c9dbafe003b', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-69e9fbc4-db69-449e-b0cc-1457ad0ef387', 'flavor_name': 'rally-tiny-69e9fbc4-db69-449e-b0cc-1457ad0ef387', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-69e9fbc4-db69-449e-b0cc-1457ad0ef387', '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-22 10:30:28,800 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 63136eb0-1a96-4487-b059-0ba1e12f9a78 2018-05-22 10:30:28,800 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '63136eb0-1a96-4487-b059-0ba1e12f9a78'] 2018-05-22 10:30:29,931 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 63136eb0-1a96-4487-b059-0ba1e12f9a78: 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 63136eb0-1a96-4487-b059-0ba1e12f9a78 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.494 | 0.494 | 0.494 | 0.494 | 0.494 | 0.494 | 100.0% | 1 | | keystone_v3.add_role | 0.122 | 0.122 | 0.122 | 0.122 | 0.122 | 0.122 | 100.0% | 1 | | keystone_v3.revoke_role | 0.125 | 0.125 | 0.125 | 0.125 | 0.125 | 0.125 | 100.0% | 1 | | total | 0.742 | 0.742 | 0.742 | 0.742 | 0.742 | 0.742 | 100.0% | 1 | | -> duration | 0.742 | 0.742 | 0.742 | 0.742 | 0.742 | 0.742 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.742345 Full duration: 14.306709 -------------------------------------------------------------------------------- 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 63136eb0-1a96-4487-b059-0ba1e12f9a78 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.495 | 0.495 | 0.495 | 0.495 | 0.495 | 0.495 | 100.0% | 1 | | keystone_v3.add_role | 0.116 | 0.116 | 0.116 | 0.116 | 0.116 | 0.116 | 100.0% | 1 | | keystone_v3.list_roles | 0.104 | 0.104 | 0.104 | 0.104 | 0.104 | 0.104 | 100.0% | 1 | | total | 0.715 | 0.715 | 0.715 | 0.715 | 0.715 | 0.715 | 100.0% | 1 | | -> duration | 0.715 | 0.715 | 0.715 | 0.715 | 0.715 | 0.715 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.71529 Full duration: 14.070946 -------------------------------------------------------------------------------- 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 63136eb0-1a96-4487-b059-0ba1e12f9a78 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.751 | 0.751 | 0.751 | 0.751 | 0.751 | 0.751 | 100.0% | 1 | | keystone_v3.list_projects | 0.083 | 0.083 | 0.083 | 0.083 | 0.083 | 0.083 | 100.0% | 1 | | total | 0.835 | 0.835 | 0.835 | 0.835 | 0.835 | 0.835 | 100.0% | 1 | | -> duration | 0.835 | 0.835 | 0.835 | 0.835 | 0.835 | 0.835 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.834624 Full duration: 14.803269 -------------------------------------------------------------------------------- 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 63136eb0-1a96-4487-b059-0ba1e12f9a78 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.497 | 0.497 | 0.497 | 0.497 | 0.497 | 0.497 | 100.0% | 1 | | keystone_v3.delete_role | 0.125 | 0.125 | 0.125 | 0.125 | 0.125 | 0.125 | 100.0% | 1 | | total | 0.622 | 0.622 | 0.622 | 0.622 | 0.622 | 0.622 | 100.0% | 1 | | -> duration | 0.622 | 0.622 | 0.622 | 0.622 | 0.622 | 0.622 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.622015 Full duration: 12.315623 -------------------------------------------------------------------------------- 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 63136eb0-1a96-4487-b059-0ba1e12f9a78 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.476 | 0.476 | 0.476 | 0.476 | 0.476 | 0.476 | 100.0% | 1 | | keystone_v3.delete_service | 0.11 | 0.11 | 0.11 | 0.11 | 0.11 | 0.11 | 100.0% | 1 | | total | 0.586 | 0.586 | 0.586 | 0.586 | 0.586 | 0.586 | 100.0% | 1 | | -> duration | 0.586 | 0.586 | 0.586 | 0.586 | 0.586 | 0.586 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.585513 Full duration: 12.314805 -------------------------------------------------------------------------------- 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 63136eb0-1a96-4487-b059-0ba1e12f9a78 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.68 | 0.68 | 0.68 | 0.68 | 0.68 | 0.68 | 100.0% | 1 | | keystone_v3.create_user | 0.488 | 0.488 | 0.488 | 0.488 | 0.488 | 0.488 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.082 | 0.082 | 0.082 | 0.082 | 0.082 | 0.082 | 100.0% | 1 | | -> keystone_v3.add_role | 0.144 | 0.144 | 0.144 | 0.144 | 0.144 | 0.144 | 100.0% | 1 | | keystone_v3.create_role | 0.105 | 0.105 | 0.105 | 0.105 | 0.105 | 0.105 | 100.0% | 1 | | keystone_v3.get_project | 0.083 | 0.083 | 0.083 | 0.083 | 0.083 | 0.083 | 100.0% | 1 | | keystone_v3.get_user | 0.091 | 0.091 | 0.091 | 0.091 | 0.091 | 0.091 | 100.0% | 1 | | keystone_v3.get_role | 0.082 | 0.082 | 0.082 | 0.082 | 0.082 | 0.082 | 100.0% | 1 | | keystone_v3.list_services | 0.079 | 0.079 | 0.079 | 0.079 | 0.079 | 0.079 | 100.0% | 1 | | keystone_v3.get_services | 0.079 | 0.079 | 0.079 | 0.079 | 0.079 | 0.079 | 100.0% | 1 | | total | 1.777 | 1.777 | 1.777 | 1.777 | 1.777 | 1.777 | 100.0% | 1 | | -> duration | 1.777 | 1.777 | 1.777 | 1.777 | 1.777 | 1.777 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.777419 Full duration: 20.014894 -------------------------------------------------------------------------------- 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 63136eb0-1a96-4487-b059-0ba1e12f9a78 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.677 | 0.677 | 0.677 | 0.677 | 0.677 | 0.677 | 100.0% | 1 | | keystone_v3.update_project | 0.101 | 0.101 | 0.101 | 0.101 | 0.101 | 0.101 | 100.0% | 1 | | keystone_v3.delete_project | 0.139 | 0.139 | 0.139 | 0.139 | 0.139 | 0.139 | 100.0% | 1 | | total | 0.918 | 0.918 | 0.918 | 0.918 | 0.918 | 0.918 | 100.0% | 1 | | -> duration | 0.918 | 0.918 | 0.918 | 0.918 | 0.918 | 0.918 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.917649 Full duration: 12.528667 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 63136eb0-1a96-4487-b059-0ba1e12f9a78 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.668 | 0.668 | 0.668 | 0.668 | 0.668 | 0.668 | 100.0% | 1 | | total | 0.759 | 0.759 | 0.759 | 0.759 | 0.759 | 0.759 | 100.0% | 1 | | -> duration | 0.759 | 0.759 | 0.759 | 0.759 | 0.759 | 0.759 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.758657 Full duration: 14.636044 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 63136eb0-1a96-4487-b059-0ba1e12f9a78 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.654 | 0.654 | 0.654 | 0.654 | 0.654 | 0.654 | 100.0% | 1 | | total | 0.655 | 0.655 | 0.655 | 0.655 | 0.655 | 0.655 | 100.0% | 1 | | -> duration | 0.655 | 0.655 | 0.655 | 0.655 | 0.655 | 0.655 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.654553 Full duration: 14.212205 -------------------------------------------------------------------------------- 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 63136eb0-1a96-4487-b059-0ba1e12f9a78 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.791 | 0.791 | 0.791 | 0.791 | 0.791 | 0.791 | 100.0% | 1 | | keystone_v3.list_users | 0.094 | 0.094 | 0.094 | 0.094 | 0.094 | 0.094 | 100.0% | 1 | | total | 0.994 | 0.994 | 0.994 | 0.994 | 0.994 | 0.994 | 100.0% | 1 | | -> duration | 0.994 | 0.994 | 0.994 | 0.994 | 0.994 | 0.994 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.993765 Full duration: 15.224455 -------------------------------------------------------------------------------- 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 63136eb0-1a96-4487-b059-0ba1e12f9a78 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.655 | 0.655 | 0.655 | 0.655 | 0.655 | 0.655 | 100.0% | 1 | | keystone_v3.create_users | 4.697 | 4.697 | 4.697 | 4.697 | 4.697 | 4.697 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 4.697 | 4.697 | 4.697 | 4.697 | 4.697 | 4.697 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 0.821 | 0.821 | 0.821 | 0.821 | 0.821 | 0.821 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 1.219 | 1.219 | 1.219 | 1.219 | 1.219 | 1.219 | 100.0% | 1 | | total | 6.324 | 6.324 | 6.324 | 6.324 | 6.324 | 6.324 | 100.0% | 1 | | -> duration | 6.324 | 6.324 | 6.324 | 6.324 | 6.324 | 6.324 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.324269 Full duration: 22.948732 HINTS: * To plot HTML graphics with this data, run: rally task report 63136eb0-1a96-4487-b059-0ba1e12f9a78 --out output.html * To generate a JUnit report, run: rally task export 63136eb0-1a96-4487-b059-0ba1e12f9a78 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 63136eb0-1a96-4487-b059-0ba1e12f9a78 --json --out output.json 2018-05-22 10:30:29,932 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '63136eb0-1a96-4487-b059-0ba1e12f9a78'] 2018-05-22 10:30:30,959 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-22 10:30:30,959 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '63136eb0-1a96-4487-b059-0ba1e12f9a78', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-05-22 10:30:30,966 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-05-22 10:30:30,966 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-05-22 10:30:30,967 - 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-22 10:30:30,967 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-22 10:30:30,985 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-22 10:30:30,986 - 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': '78b624ea-d26a-4b2d-89d3-3c9dbafe003b', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-69e9fbc4-db69-449e-b0cc-1457ad0ef387', 'flavor_name': 'rally-tiny-69e9fbc4-db69-449e-b0cc-1457ad0ef387', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-69e9fbc4-db69-449e-b0cc-1457ad0ef387', '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-22 10:35:54,255 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : d1d115a4-ef1f-4e60-9043-9d73b404f090 2018-05-22 10:35:54,256 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'd1d115a4-ef1f-4e60-9043-9d73b404f090'] 2018-05-22 10:35:55,385 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task d1d115a4-ef1f-4e60-9043-9d73b404f090: 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 d1d115a4-ef1f-4e60-9043-9d73b404f090 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.32 | 1.32 | 1.32 | 1.32 | 1.32 | 1.32 | 100.0% | 1 | | neutron.delete_network | 1.237 | 1.237 | 1.237 | 1.237 | 1.237 | 1.237 | 100.0% | 1 | | total | 2.556 | 2.556 | 2.556 | 2.556 | 2.556 | 2.556 | 100.0% | 1 | | -> duration | 2.556 | 2.556 | 2.556 | 2.556 | 2.556 | 2.556 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.556271 Full duration: 18.128185 -------------------------------------------------------------------------------- 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 d1d115a4-ef1f-4e60-9043-9d73b404f090 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.618 | 1.618 | 1.618 | 1.618 | 1.618 | 1.618 | 100.0% | 1 | | neutron.delete_port | 0.748 | 0.748 | 0.748 | 0.748 | 0.748 | 0.748 | 100.0% | 1 | | total | 2.367 | 2.367 | 2.367 | 2.367 | 2.367 | 2.367 | 100.0% | 1 | | -> duration | 2.367 | 2.367 | 2.367 | 2.367 | 2.367 | 2.367 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.3665 Full duration: 32.519261 -------------------------------------------------------------------------------- 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 d1d115a4-ef1f-4e60-9043-9d73b404f090 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.92 | 0.92 | 0.92 | 0.92 | 0.92 | 0.92 | 100.0% | 1 | | neutron.create_subnet | 0.838 | 0.838 | 0.838 | 0.838 | 0.838 | 0.838 | 100.0% | 1 | | neutron.create_router | 0.637 | 0.637 | 0.637 | 0.637 | 0.637 | 0.637 | 100.0% | 1 | | neutron.add_interface_router | 1.647 | 1.647 | 1.647 | 1.647 | 1.647 | 1.647 | 100.0% | 1 | | neutron.remove_interface_router | 1.123 | 1.123 | 1.123 | 1.123 | 1.123 | 1.123 | 100.0% | 1 | | neutron.delete_router | 0.992 | 0.992 | 0.992 | 0.992 | 0.992 | 0.992 | 100.0% | 1 | | total | 6.158 | 6.158 | 6.158 | 6.158 | 6.158 | 6.158 | 100.0% | 1 | | -> duration | 6.158 | 6.158 | 6.158 | 6.158 | 6.158 | 6.158 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.158119 Full duration: 38.347565 -------------------------------------------------------------------------------- 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 d1d115a4-ef1f-4e60-9043-9d73b404f090 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.117 | 1.117 | 1.117 | 1.117 | 1.117 | 1.117 | 100.0% | 1 | | neutron.delete_subnet | 0.736 | 0.736 | 0.736 | 0.736 | 0.736 | 0.736 | 100.0% | 1 | | total | 1.854 | 1.854 | 1.854 | 1.854 | 1.854 | 1.854 | 100.0% | 1 | | -> duration | 1.854 | 1.854 | 1.854 | 1.854 | 1.854 | 1.854 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.853662 Full duration: 29.156752 -------------------------------------------------------------------------------- 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 d1d115a4-ef1f-4e60-9043-9d73b404f090 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.032 | 1.032 | 1.032 | 1.032 | 1.032 | 1.032 | 100.0% | 1 | | neutron.list_networks | 0.28 | 0.28 | 0.28 | 0.28 | 0.28 | 0.28 | 100.0% | 1 | | total | 1.312 | 1.312 | 1.312 | 1.312 | 1.312 | 1.312 | 100.0% | 1 | | -> duration | 1.312 | 1.312 | 1.312 | 1.312 | 1.312 | 1.312 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.311845 Full duration: 17.073727 -------------------------------------------------------------------------------- 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 d1d115a4-ef1f-4e60-9043-9d73b404f090 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.443 | 1.443 | 1.443 | 1.443 | 1.443 | 1.443 | 100.0% | 1 | | neutron.list_ports | 0.247 | 0.247 | 0.247 | 0.247 | 0.247 | 0.247 | 100.0% | 1 | | total | 1.691 | 1.691 | 1.691 | 1.691 | 1.691 | 1.691 | 100.0% | 1 | | -> duration | 1.691 | 1.691 | 1.691 | 1.691 | 1.691 | 1.691 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.69056 Full duration: 28.953702 -------------------------------------------------------------------------------- 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 d1d115a4-ef1f-4e60-9043-9d73b404f090 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.958 | 0.958 | 0.958 | 0.958 | 0.958 | 0.958 | 100.0% | 1 | | neutron.create_router | 0.29 | 0.29 | 0.29 | 0.29 | 0.29 | 0.29 | 100.0% | 1 | | neutron.add_interface_router | 1.521 | 1.521 | 1.521 | 1.521 | 1.521 | 1.521 | 100.0% | 1 | | neutron.list_routers | 0.221 | 0.221 | 0.221 | 0.221 | 0.221 | 0.221 | 100.0% | 1 | | total | 3.838 | 3.838 | 3.838 | 3.838 | 3.838 | 3.838 | 100.0% | 1 | | -> duration | 3.838 | 3.838 | 3.838 | 3.838 | 3.838 | 3.838 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.837564 Full duration: 40.110547 -------------------------------------------------------------------------------- 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 d1d115a4-ef1f-4e60-9043-9d73b404f090 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.972 | 0.972 | 0.972 | 0.972 | 0.972 | 0.972 | 100.0% | 1 | | neutron.create_subnet | 0.844 | 0.844 | 0.844 | 0.844 | 0.844 | 0.844 | 100.0% | 1 | | neutron.list_subnets | 0.21 | 0.21 | 0.21 | 0.21 | 0.21 | 0.21 | 100.0% | 1 | | total | 2.026 | 2.026 | 2.026 | 2.026 | 2.026 | 2.026 | 100.0% | 1 | | -> duration | 2.026 | 2.026 | 2.026 | 2.026 | 2.026 | 2.026 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.026358 Full duration: 32.532301 -------------------------------------------------------------------------------- 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 d1d115a4-ef1f-4e60-9043-9d73b404f090 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.012 | 1.012 | 1.012 | 1.012 | 1.012 | 1.012 | 100.0% | 1 | | neutron.delete_security_group | 0.467 | 0.467 | 0.467 | 0.467 | 0.467 | 0.467 | 100.0% | 1 | | total | 1.479 | 1.479 | 1.479 | 1.479 | 1.479 | 1.479 | 100.0% | 1 | | -> duration | 1.479 | 1.479 | 1.479 | 1.479 | 1.479 | 1.479 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.478906 Full duration: 14.359014 -------------------------------------------------------------------------------- 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 d1d115a4-ef1f-4e60-9043-9d73b404f090 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.928 | 0.928 | 0.928 | 0.928 | 0.928 | 0.928 | 100.0% | 1 | | neutron.create_security_group_rule | 0.328 | 0.328 | 0.328 | 0.328 | 0.328 | 0.328 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.234 | 0.234 | 0.234 | 0.234 | 0.234 | 0.234 | 100.0% | 1 | | neutron.delete_security_group | 0.147 | 0.147 | 0.147 | 0.147 | 0.147 | 0.147 | 100.0% | 1 | | total | 1.636 | 1.636 | 1.636 | 1.636 | 1.636 | 1.636 | 100.0% | 1 | | -> duration | 1.636 | 1.636 | 1.636 | 1.636 | 1.636 | 1.636 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.636382 Full duration: 14.587435 -------------------------------------------------------------------------------- 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 d1d115a4-ef1f-4e60-9043-9d73b404f090 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.252 | 1.252 | 1.252 | 1.252 | 1.252 | 1.252 | 100.0% | 1 | | neutron.create_router | 0.404 | 0.404 | 0.404 | 0.404 | 0.404 | 0.404 | 100.0% | 1 | | neutron.add_gateway_router | 1.843 | 1.843 | 1.843 | 1.843 | 1.843 | 1.843 | 100.0% | 1 | | neutron.remove_gateway_router | 0.874 | 0.874 | 0.874 | 0.874 | 0.874 | 0.874 | 100.0% | 1 | | total | 4.373 | 4.373 | 4.373 | 4.373 | 4.373 | 4.373 | 100.0% | 1 | | -> duration | 4.373 | 4.373 | 4.373 | 4.373 | 4.373 | 4.373 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.372737 Full duration: 24.652528 HINTS: * To plot HTML graphics with this data, run: rally task report d1d115a4-ef1f-4e60-9043-9d73b404f090 --out output.html * To generate a JUnit report, run: rally task export d1d115a4-ef1f-4e60-9043-9d73b404f090 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report d1d115a4-ef1f-4e60-9043-9d73b404f090 --json --out output.json 2018-05-22 10:35:55,385 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'd1d115a4-ef1f-4e60-9043-9d73b404f090'] 2018-05-22 10:35:56,418 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-22 10:35:56,418 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'd1d115a4-ef1f-4e60-9043-9d73b404f090', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-05-22 10:35:56,425 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-05-22 10:35:56,426 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-05-22 10:35:56,426 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-nova.yaml 2018-05-22 10:35:56,426 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-22 10:35:56,443 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-22 10:35:56,444 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['nova'], 'concurrency': 4, 'netid': '78b624ea-d26a-4b2d-89d3-3c9dbafe003b', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-69e9fbc4-db69-449e-b0cc-1457ad0ef387', 'flavor_name': 'rally-tiny-69e9fbc4-db69-449e-b0cc-1457ad0ef387', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-69e9fbc4-db69-449e-b0cc-1457ad0ef387', '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-22 10:43:08,617 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : ee1770bd-19cf-4fa1-bde0-54d012d2777c 2018-05-22 10:43:08,617 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'ee1770bd-19cf-4fa1-bde0-54d012d2777c'] 2018-05-22 10:43:09,734 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task ee1770bd-19cf-4fa1-bde0-54d012d2777c: 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-69e9fbc4-db69-449e-b0cc-1457ad0ef387" }, "image": { "name": "Cirros-0.4.0-69e9fbc4-db69-449e-b0cc-1457ad0ef387" }, "block_migration": false, "nics": [ { "net-id": "78b624ea-d26a-4b2d-89d3-3c9dbafe003b" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task ee1770bd-19cf-4fa1-bde0-54d012d2777c has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 12.431 | 12.431 | 12.431 | 12.431 | 12.431 | 12.431 | 100.0% | 1 | | nova.find_host_to_migrate | 1.685 | 1.685 | 1.685 | 1.685 | 1.685 | 1.685 | 100.0% | 1 | | nova.live_migrate | 12.317 | 12.317 | 12.317 | 12.317 | 12.317 | 12.317 | 100.0% | 1 | | nova.delete_server | 3.142 | 3.142 | 3.142 | 3.142 | 3.142 | 3.142 | 100.0% | 1 | | total | 29.575 | 29.575 | 29.575 | 29.575 | 29.575 | 29.575 | 100.0% | 1 | | -> duration | 28.575 | 28.575 | 28.575 | 28.575 | 28.575 | 28.575 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 28.575078 Full duration: 39.765083 -------------------------------------------------------------------------------- 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-69e9fbc4-db69-449e-b0cc-1457ad0ef387" }, "image": { "name": "Cirros-0.4.0-69e9fbc4-db69-449e-b0cc-1457ad0ef387" }, "size": 10, "block_migration": false, "boot_server_kwargs": { "nics": [ { "net-id": "78b624ea-d26a-4b2d-89d3-3c9dbafe003b" } ] } }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task ee1770bd-19cf-4fa1-bde0-54d012d2777c 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.061 | 10.061 | 10.061 | 10.061 | 10.061 | 10.061 | 100.0% | 1 | | cinder_v2.create_volume | 3.138 | 3.138 | 3.138 | 3.138 | 3.138 | 3.138 | 100.0% | 1 | | nova.attach_volume | 4.274 | 4.274 | 4.274 | 4.274 | 4.274 | 4.274 | 100.0% | 1 | | nova.find_host_to_migrate | 1.356 | 1.356 | 1.356 | 1.356 | 1.356 | 1.356 | 100.0% | 1 | | nova.live_migrate | 13.851 | 13.851 | 13.851 | 13.851 | 13.851 | 13.851 | 100.0% | 1 | | nova.detach_volume | 4.561 | 4.561 | 4.561 | 4.561 | 4.561 | 4.561 | 100.0% | 1 | | cinder_v2.delete_volume | 2.456 | 2.456 | 2.456 | 2.456 | 2.456 | 2.456 | 100.0% | 1 | | nova.delete_server | 3.161 | 3.161 | 3.161 | 3.161 | 3.161 | 3.161 | 100.0% | 1 | | total | 42.859 | 42.859 | 42.859 | 42.859 | 42.859 | 42.859 | 100.0% | 1 | | -> duration | 41.859 | 41.859 | 41.859 | 41.859 | 41.859 | 41.859 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 41.858729 Full duration: 55.725531 -------------------------------------------------------------------------------- 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-69e9fbc4-db69-449e-b0cc-1457ad0ef387" }, "image": { "name": "Cirros-0.4.0-69e9fbc4-db69-449e-b0cc-1457ad0ef387" }, "block_migration": false, "volume_size": 10, "force_delete": false, "nics": [ { "net-id": "78b624ea-d26a-4b2d-89d3-3c9dbafe003b" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task ee1770bd-19cf-4fa1-bde0-54d012d2777c 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.533 | 9.533 | 9.533 | 9.533 | 9.533 | 9.533 | 100.0% | 1 | | nova.boot_server | 9.49 | 9.49 | 9.49 | 9.49 | 9.49 | 9.49 | 100.0% | 1 | | nova.find_host_to_migrate | 1.675 | 1.675 | 1.675 | 1.675 | 1.675 | 1.675 | 100.0% | 1 | | nova.live_migrate | 16.307 | 16.307 | 16.307 | 16.307 | 16.307 | 16.307 | 100.0% | 1 | | nova.delete_server | 8.283 | 8.283 | 8.283 | 8.283 | 8.283 | 8.283 | 100.0% | 1 | | total | 45.289 | 45.289 | 45.289 | 45.289 | 45.289 | 45.289 | 100.0% | 1 | | -> duration | 44.289 | 44.289 | 44.289 | 44.289 | 44.289 | 44.289 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 44.288614 Full duration: 57.601502 -------------------------------------------------------------------------------- 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-69e9fbc4-db69-449e-b0cc-1457ad0ef387" }, "image": { "name": "Cirros-0.4.0-69e9fbc4-db69-449e-b0cc-1457ad0ef387" }, "server_kwargs": { "nics": [ { "net-id": "78b624ea-d26a-4b2d-89d3-3c9dbafe003b" } ] } }, "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 ee1770bd-19cf-4fa1-bde0-54d012d2777c 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.729 | 0.729 | 0.729 | 0.729 | 0.729 | 0.729 | 100.0% | 1 | | nova.boot_server | 9.655 | 9.655 | 9.655 | 9.655 | 9.655 | 9.655 | 100.0% | 1 | | nova.delete_server | 2.699 | 2.699 | 2.699 | 2.699 | 2.699 | 2.699 | 100.0% | 1 | | nova.delete_keypair | 0.049 | 0.049 | 0.049 | 0.049 | 0.049 | 0.049 | 100.0% | 1 | | total | 13.133 | 13.133 | 13.133 | 13.133 | 13.133 | 13.133 | 100.0% | 1 | | -> duration | 12.133 | 12.133 | 12.133 | 12.133 | 12.133 | 12.133 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 12.13324 Full duration: 38.566387 -------------------------------------------------------------------------------- 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-69e9fbc4-db69-449e-b0cc-1457ad0ef387" }, "image": { "name": "Cirros-0.4.0-69e9fbc4-db69-449e-b0cc-1457ad0ef387" }, "volume_size": 5, "nics": [ { "net-id": "78b624ea-d26a-4b2d-89d3-3c9dbafe003b" } ] }, "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 ee1770bd-19cf-4fa1-bde0-54d012d2777c 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 | 10.276 | 10.276 | 10.276 | 10.276 | 10.276 | 10.276 | 100.0% | 1 | | nova.boot_server | 8.901 | 8.901 | 8.901 | 8.901 | 8.901 | 8.901 | 100.0% | 1 | | nova.delete_server | 2.895 | 2.895 | 2.895 | 2.895 | 2.895 | 2.895 | 100.0% | 1 | | total | 22.074 | 22.074 | 22.074 | 22.074 | 22.074 | 22.074 | 100.0% | 1 | | -> duration | 21.074 | 21.074 | 21.074 | 21.074 | 21.074 | 21.074 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 21.073714 Full duration: 49.277574 -------------------------------------------------------------------------------- test scenario NovaServers.pause_and_unpause_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-69e9fbc4-db69-449e-b0cc-1457ad0ef387" }, "image": { "name": "Cirros-0.4.0-69e9fbc4-db69-449e-b0cc-1457ad0ef387" }, "force_delete": false, "nics": [ { "net-id": "78b624ea-d26a-4b2d-89d3-3c9dbafe003b" } ] }, "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 ee1770bd-19cf-4fa1-bde0-54d012d2777c 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.097 | 9.097 | 9.097 | 9.097 | 9.097 | 9.097 | 100.0% | 1 | | nova.pause_server | 3.065 | 3.065 | 3.065 | 3.065 | 3.065 | 3.065 | 100.0% | 1 | | nova.unpause_server | 2.772 | 2.772 | 2.772 | 2.772 | 2.772 | 2.772 | 100.0% | 1 | | nova.delete_server | 2.984 | 2.984 | 2.984 | 2.984 | 2.984 | 2.984 | 100.0% | 1 | | total | 17.919 | 17.919 | 17.919 | 17.919 | 17.919 | 17.919 | 100.0% | 1 | | -> duration | 12.919 | 12.919 | 12.919 | 12.919 | 12.919 | 12.919 | 100.0% | 1 | | -> idle_duration | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 12.918501 Full duration: 42.221389 -------------------------------------------------------------------------------- test scenario NovaServers.boot_and_migrate_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-69e9fbc4-db69-449e-b0cc-1457ad0ef387" }, "image": { "name": "Cirros-0.4.0-69e9fbc4-db69-449e-b0cc-1457ad0ef387" }, "nics": [ { "net-id": "78b624ea-d26a-4b2d-89d3-3c9dbafe003b" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task ee1770bd-19cf-4fa1-bde0-54d012d2777c 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.702 | 9.702 | 9.702 | 9.702 | 9.702 | 9.702 | 100.0% | 1 | | nova.migrate | 34.726 | 34.726 | 34.726 | 34.726 | 34.726 | 34.726 | 100.0% | 1 | | nova.resize_confirm | 3.039 | 3.039 | 3.039 | 3.039 | 3.039 | 3.039 | 100.0% | 1 | | nova.delete_server | 2.992 | 2.992 | 2.992 | 2.992 | 2.992 | 2.992 | 100.0% | 1 | | total | 50.459 | 50.459 | 50.459 | 50.459 | 50.459 | 50.459 | 100.0% | 1 | | -> duration | 49.459 | 49.459 | 49.459 | 49.459 | 49.459 | 49.459 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 49.459254 Full duration: 59.756363 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_and_list_interfaces args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-69e9fbc4-db69-449e-b0cc-1457ad0ef387" }, "image": { "name": "Cirros-0.4.0-69e9fbc4-db69-449e-b0cc-1457ad0ef387" }, "auto_assign_nic": true }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {} } } -------------------------------------------------------------------------------- Task ee1770bd-19cf-4fa1-bde0-54d012d2777c 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.575 | 10.575 | 10.575 | 10.575 | 10.575 | 10.575 | 100.0% | 1 | | nova.list_interfaces | 0.392 | 0.392 | 0.392 | 0.392 | 0.392 | 0.392 | 100.0% | 1 | | total | 10.968 | 10.968 | 10.968 | 10.968 | 10.968 | 10.968 | 100.0% | 1 | | -> duration | 9.968 | 9.968 | 9.968 | 9.968 | 9.968 | 9.968 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 9.967589 Full duration: 41.226244 -------------------------------------------------------------------------------- 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 ee1770bd-19cf-4fa1-bde0-54d012d2777c 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.622 | 0.622 | 0.622 | 0.622 | 0.622 | 0.622 | 100.0% | 1 | | nova.delete_server_group | 0.079 | 0.079 | 0.079 | 0.079 | 0.079 | 0.079 | 100.0% | 1 | | total | 0.702 | 0.702 | 0.702 | 0.702 | 0.702 | 0.702 | 100.0% | 1 | | -> duration | 0.702 | 0.702 | 0.702 | 0.702 | 0.702 | 0.702 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.701694 Full duration: 9.313582 HINTS: * To plot HTML graphics with this data, run: rally task report ee1770bd-19cf-4fa1-bde0-54d012d2777c --out output.html * To generate a JUnit report, run: rally task export ee1770bd-19cf-4fa1-bde0-54d012d2777c --type junit --to output.xml * To get raw JSON output of task results, run: rally task report ee1770bd-19cf-4fa1-bde0-54d012d2777c --json --out output.json 2018-05-22 10:43:09,734 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'ee1770bd-19cf-4fa1-bde0-54d012d2777c'] 2018-05-22 10:43:10,845 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-22 10:43:10,846 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'ee1770bd-19cf-4fa1-bde0-54d012d2777c', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-05-22 10:43:10,852 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" OK. 2018-05-22 10:43:10,852 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-05-22 10:43:10,852 - 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-22 10:43:10,853 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-22 10:43:10,869 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-22 10:43:10,870 - 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': '78b624ea-d26a-4b2d-89d3-3c9dbafe003b', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-69e9fbc4-db69-449e-b0cc-1457ad0ef387', 'flavor_name': 'rally-tiny-69e9fbc4-db69-449e-b0cc-1457ad0ef387', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-69e9fbc4-db69-449e-b0cc-1457ad0ef387', '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-22 10:44:03,987 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 167c6da1-e5a7-40a9-b4ee-6db287328835 2018-05-22 10:44:03,988 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '167c6da1-e5a7-40a9-b4ee-6db287328835'] 2018-05-22 10:44:04,992 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 167c6da1-e5a7-40a9-b4ee-6db287328835: 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 167c6da1-e5a7-40a9-b4ee-6db287328835 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.784 | 0.784 | 0.784 | 0.784 | 0.784 | 0.784 | 100.0% | 1 | | quotas.delete_quotas | 0.184 | 0.184 | 0.184 | 0.184 | 0.184 | 0.184 | 100.0% | 1 | | total | 0.968 | 0.968 | 0.968 | 0.968 | 0.968 | 0.968 | 100.0% | 1 | | -> duration | 0.968 | 0.968 | 0.968 | 0.968 | 0.968 | 0.968 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.968401 Full duration: 8.334191 -------------------------------------------------------------------------------- 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 167c6da1-e5a7-40a9-b4ee-6db287328835 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.726 | 0.726 | 0.726 | 0.726 | 0.726 | 0.726 | 100.0% | 1 | | total | 0.726 | 0.726 | 0.726 | 0.726 | 0.726 | 0.726 | 100.0% | 1 | | -> duration | 0.726 | 0.726 | 0.726 | 0.726 | 0.726 | 0.726 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.725953 Full duration: 8.511332 -------------------------------------------------------------------------------- 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 167c6da1-e5a7-40a9-b4ee-6db287328835 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.307 | 0.307 | 0.307 | 0.307 | 0.307 | 0.307 | 100.0% | 1 | | total | 0.708 | 0.708 | 0.708 | 0.708 | 0.708 | 0.708 | 100.0% | 1 | | -> duration | 0.708 | 0.708 | 0.708 | 0.708 | 0.708 | 0.708 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.708238 Full duration: 8.539262 -------------------------------------------------------------------------------- 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 167c6da1-e5a7-40a9-b4ee-6db287328835 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.126 | 1.126 | 1.126 | 1.126 | 1.126 | 1.126 | 100.0% | 1 | | total | 1.126 | 1.126 | 1.126 | 1.126 | 1.126 | 1.126 | 100.0% | 1 | | -> duration | 1.126 | 1.126 | 1.126 | 1.126 | 1.126 | 1.126 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.126242 Full duration: 9.301938 HINTS: * To plot HTML graphics with this data, run: rally task report 167c6da1-e5a7-40a9-b4ee-6db287328835 --out output.html * To generate a JUnit report, run: rally task export 167c6da1-e5a7-40a9-b4ee-6db287328835 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 167c6da1-e5a7-40a9-b4ee-6db287328835 --json --out output.json 2018-05-22 10:44:04,992 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '167c6da1-e5a7-40a9-b4ee-6db287328835'] 2018-05-22 10:44:06,025 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-22 10:44:06,025 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '167c6da1-e5a7-40a9-b4ee-6db287328835', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-05-22 10:44:06,031 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-05-22 10:44:06,035 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:46 | 6 | 100.00% | | glance | 01:22 | 4 | 100.00% | | cinder | 02:48 | 10 | 100.00% | | heat | 01:02 | 4 | 100.00% | | keystone | 02:47 | 11 | 100.00% | | neutron | 04:50 | 11 | 100.00% | | nova | 06:33 | 9 | 100.00% | | quotas | 00:34 | 4 | 100.00% | | | | | | | TOTAL: | 00:20:45 | 59 | 100.00% | +----------------+------------+----------------+-----------+ 2018-05-22 10:44:06,035 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 100.00% 2018-05-22 10:44:14,588 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-05-22 10:44:14,588 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-05-22 10:44:15,101 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-22 10:44:15,101 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 24:48 | PASS | +----------------------+------------------+------------------+----------------+ 2018-05-22 10:44:15,105 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-05-22 10:44:15,192 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - cloud: 2018-05-22 10:44:15,192 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - domain: Default 2018-05-22 10:44:15,192 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-22 10:44:17,564 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-22 10:44:17.308 11332 INFO rally.deployment.engine [-] Deployment f5b6d2e6-0c07-4342-bb94-fb17501bf4c0 | Starting: Destroy cloud and free allocated resources. 2018-05-22 10:44:17.381 11332 INFO rally.deployment.engine [-] Deployment f5b6d2e6-0c07-4342-bb94-fb17501bf4c0 | Completed: Destroy cloud and free allocated resources. 2018-05-22 10:44:17.400 11332 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=61bc666d-10bf-4cf3-962a-d3f270b1dc7e). 2018-05-22 10:44:17.404 11332 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-05-22 10:44:19,990 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-22 10:44:19.718 11335 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=dfe2902e-a05d-4f9e-b5dc-10cba192a93f) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | dfe2902e-a05d-4f9e-b5dc-10cba192a93f | 2018-05-22T10:44:19 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: dfe2902e-a05d-4f9e-b5dc-10cba192a93f ~/.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-22 10:44:23,327 - 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-22 10:44:23,328 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-22 10:44:25,585 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-05-22 10:44:25.355 11341 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=61bc666d-10bf-4cf3-962a-d3f270b1dc7e). 2018-05-22 10:44:25.477 11341 INFO rally.api [-] Verifier has been successfully deleted! 2018-05-22 10:44:28,812 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-05-22 10:44:27.506 11344 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-05-22 10:44:27.621 11344 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-05-22 10:44:28.615 11344 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=4de27f3f-4ee8-465a-97b0-4de58416cf94) has been successfully created! Using verifier 'opnfv-tempest' (UUID=4de27f3f-4ee8-465a-97b0-4de58416cf94) as the default verifier for the future CLI operations. 2018-05-22 10:44:31,804 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating network with name: 'tempest-net-ff0807e6-b4b2-4811-87fe-71e3b6050d93' 2018-05-22 10:44:32,590 - 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-22T10:44:32Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'95af0241-6b3a-4e93-b177-48704e6367ad', u'provider:segmentation_id': 9, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tempest-net-ff0807e6-b4b2-4811-87fe-71e3b6050d93', u'admin_state_up': True, u'tenant_id': u'0e106c30fefa42c88ace8f783f932bb7', u'created_at': u'2018-05-22T10:44:32Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'0e106c30fefa42c88ace8f783f932bb7'}) 2018-05-22 10:44:33,380 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-05-22T10:44:33Z', 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'a9d7d13d-1ae0-4ccd-9ff1-925c8466d061', u'subnetpool_id': None, u'service_types': [], u'name': u'tempest-subnet-ff0807e6-b4b2-4811-87fe-71e3b6050d93', u'enable_dhcp': True, u'network_id': u'95af0241-6b3a-4e93-b177-48704e6367ad', u'tenant_id': u'0e106c30fefa42c88ace8f783f932bb7', u'created_at': u'2018-05-22T10:44:33Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.150.1', u'ip_version': 4, u'project_id': u'0e106c30fefa42c88ace8f783f932bb7'}) 2018-05-22 10:44:33,380 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-05-22 10:44:33,381 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating image with name: 'Cirros-0.4.0-ff0807e6-b4b2-4811-87fe-71e3b6050d93' 2018-05-22 10:44:35,904 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/Cirros-0.4.0-ff0807e6-b4b2-4811-87fe-71e3b6050d93', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-05-22T10:44:34Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'public', u'file': u'/v2/images/17ac0956-df21-4cee-82e8-8617b40dda6f/file', u'owner': u'0e106c30fefa42c88ace8f783f932bb7', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'17ac0956-df21-4cee-82e8-8617b40dda6f', u'size': None, u'name': u'Cirros-0.4.0-ff0807e6-b4b2-4811-87fe-71e3b6050d93', u'checksum': None, u'self': u'/v2/images/17ac0956-df21-4cee-82e8-8617b40dda6f', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-05-22T10:44:34Z', u'schema': u'/v2/schemas/image'}) 2018-05-22 10:44:35,904 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating image with name: 'Cirros-0.4.0-1-ff0807e6-b4b2-4811-87fe-71e3b6050d93' 2018-05-22 10:44:37,838 - 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-ff0807e6-b4b2-4811-87fe-71e3b6050d93', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-05-22T10:44:36Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'public', u'file': u'/v2/images/8c2cddfa-ad56-4bbe-9d9c-4006e912bf7e/file', u'owner': u'0e106c30fefa42c88ace8f783f932bb7', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'8c2cddfa-ad56-4bbe-9d9c-4006e912bf7e', u'size': None, u'name': u'Cirros-0.4.0-1-ff0807e6-b4b2-4811-87fe-71e3b6050d93', u'checksum': None, u'self': u'/v2/images/8c2cddfa-ad56-4bbe-9d9c-4006e912bf7e', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-05-22T10:44:36Z', u'schema': u'/v2/schemas/image'}) 2018-05-22 10:44:37,838 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-22 10:44:38,062 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'opnfv_flavor-ff0807e6-b4b2-4811-87fe-71e3b6050d93', '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'0e106c30fefa42c88ace8f783f932bb7', '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'64b137a6-032e-4c8a-8404-8145f6e7e9ea', 'swap': 0}) 2018-05-22 10:44:38,132 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'opnfv_flavor_1-ff0807e6-b4b2-4811-87fe-71e3b6050d93', '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'0e106c30fefa42c88ace8f783f932bb7', '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'6a2287a3-cf5b-49dc-b506-c4b3ad24a5e0', 'swap': 0}) 2018-05-22 10:44:41,400 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-22 10:44:40.283 11363 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=4de27f3f-4ee8-465a-97b0-4de58416cf94) for deployment 'opnfv-rally' (UUID=dfe2902e-a05d-4f9e-b5dc-10cba192a93f). 2018-05-22 10:44:41.272 11363 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=4de27f3f-4ee8-465a-97b0-4de58416cf94) has been successfully configured for deployment 'opnfv-rally' (UUID=dfe2902e-a05d-4f9e-b5dc-10cba192a93f)! 2018-05-22 10:44:41,401 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-05-22 10:44:41,401 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-05-22 10:44:41,403 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-05-22 10:44:43,522 - 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-22 10:44:45,729 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:44:45.728 11375 INFO rally.api [-] Starting verification (UUID=0e098177-20a4-44ff-8c4b-915de680e698) for deployment 'opnfv-rally' (UUID=dfe2902e-a05d-4f9e-b5dc-10cba192a93f) by verifier 'opnfv-tempest' (UUID=4de27f3f-4ee8-465a-97b0-4de58416cf94). 2018-05-22 10:44:45,729 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 0e098177-20a4-44ff-8c4b-915de680e698 2018-05-22 10:44:54,946 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:44:54.946 11375 INFO opnfv-tempest [-] {12} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.011s] 2018-05-22 10:44:55,058 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:44:55.058 11375 INFO opnfv-tempest [-] {4} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.217s] 2018-05-22 10:44:55,122 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:44:55.121 11375 INFO opnfv-tempest [-] {4} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.063s] 2018-05-22 10:44:55,173 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:44:55.173 11375 INFO opnfv-tempest [-] {14} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.311s] 2018-05-22 10:44:55,776 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:44:55.775 11375 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [0.874s] 2018-05-22 10:44:55,940 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:44:55.939 11375 INFO opnfv-tempest [-] {6} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.163s] 2018-05-22 10:44:56,087 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:44:56.086 11375 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [1.489s] 2018-05-22 10:44:58,777 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:44:58.776 11375 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [3.881s] 2018-05-22 10:44:58,857 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:44:58.857 11375 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [2.770s] 2018-05-22 10:45:00,534 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:45:00.534 11375 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.234s] 2018-05-22 10:45:01,707 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:45:01.707 11375 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.079s] 2018-05-22 10:45:01,901 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:45:01.900 11375 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.193s] 2018-05-22 10:45:01,988 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:45:01.988 11375 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.087s] 2018-05-22 10:45:03,303 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:45:03.303 11375 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [2.766s] 2018-05-22 10:45:05,322 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:45:05.322 11375 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [2.019s] 2018-05-22 10:45:05,662 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:45:05.661 11375 INFO opnfv-tempest [-] {14} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [3.206s] 2018-05-22 10:45:07,889 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:45:07.889 11375 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [2.566s] 2018-05-22 10:45:08,508 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:45:08.508 11375 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.074s] 2018-05-22 10:45:09,581 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:45:09.581 11375 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.148s] 2018-05-22 10:45:09,766 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:45:09.765 11375 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.184s] 2018-05-22 10:45:09,895 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:45:09.895 11375 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.213s] 2018-05-22 10:45:10,489 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:45:10.488 11375 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.593s] 2018-05-22 10:45:10,519 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:45:10.519 11375 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [2.629s] 2018-05-22 10:45:11,562 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:45:11.562 11375 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [1.795s] 2018-05-22 10:45:11,725 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:45:11.724 11375 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.162s] 2018-05-22 10:45:11,739 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:45:11.739 11375 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.015s] 2018-05-22 10:45:13,729 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:45:13.728 11375 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [5.217s] 2018-05-22 10:45:15,320 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:45:15.320 11375 INFO opnfv-tempest [-] {6} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [3.665s] 2018-05-22 10:45:15,420 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:45:15.420 11375 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [4.898s] 2018-05-22 10:45:19,446 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:45:19.445 11375 INFO opnfv-tempest [-] {6} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [4.125s] 2018-05-22 10:45:19,938 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:45:19.938 11375 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [4.518s] 2018-05-22 10:45:20,469 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:45:20.469 11375 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.531s] 2018-05-22 10:45:20,492 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:45:20.492 11375 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.023s] 2018-05-22 10:45:20,512 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:45:20.512 11375 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.019s] 2018-05-22 10:45:20,664 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:45:20.663 11375 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.152s] 2018-05-22 10:45:25,176 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:45:25.175 11375 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [26.395s] 2018-05-22 10:45:26,447 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:45:26.446 11375 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.685s] 2018-05-22 10:45:26,984 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:45:26.984 11375 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.537s] 2018-05-22 10:45:27,183 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:45:27.182 11375 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [2.082s] 2018-05-22 10:45:27,650 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:45:27.650 11375 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.665s] 2018-05-22 10:45:28,079 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:45:28.079 11375 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.428s] 2018-05-22 10:45:28,704 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:45:28.703 11375 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.624s] 2018-05-22 10:45:28,773 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:45:28.773 11375 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.069s] 2018-05-22 10:45:28,856 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:45:28.856 11375 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.083s] 2018-05-22 10:45:28,936 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:45:28.936 11375 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.079s] 2018-05-22 10:45:29,008 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:45:29.008 11375 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.072s] 2018-05-22 10:45:29,073 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:45:29.073 11375 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.063s] 2018-05-22 10:45:29,237 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:45:29.237 11375 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.164s] 2018-05-22 10:45:39,733 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:45:39.732 11375 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [3.995s] 2018-05-22 10:45:40,241 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:45:40.240 11375 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.042s] 2018-05-22 10:45:40,419 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:45:40.418 11375 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.178s] 2018-05-22 10:45:40,469 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:45:40.469 11375 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.050s] 2018-05-22 10:45:41,360 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:45:41.359 11375 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.889s] 2018-05-22 10:45:41,592 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:45:41.592 11375 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.232s] 2018-05-22 10:45:42,115 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:45:42.114 11375 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.522s] 2018-05-22 10:45:42,153 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:45:42.153 11375 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.039s] 2018-05-22 10:45:42,435 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:45:42.434 11375 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.281s] 2018-05-22 10:45:42,652 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:45:42.652 11375 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.216s] 2018-05-22 10:45:42,703 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:45:42.702 11375 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.050s] 2018-05-22 10:45:42,743 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:45:42.743 11375 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.041s] 2018-05-22 10:45:43,012 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:45:43.012 11375 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.268s] 2018-05-22 10:45:43,374 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:45:43.373 11375 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.360s] 2018-05-22 10:45:43,440 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:45:43.440 11375 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.066s] 2018-05-22 10:45:43,625 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:45:43.624 11375 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.184s] 2018-05-22 10:45:47,996 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:45:47.995 11375 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [37.615s] 2018-05-22 10:45:48,210 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:45:48.210 11375 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [8.477s] 2018-05-22 10:45:49,739 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:45:49.739 11375 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [1.747s] 2018-05-22 10:45:50,726 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:45:50.725 11375 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.514s] 2018-05-22 10:45:50,788 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:45:50.788 11375 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.063s] 2018-05-22 10:45:50,986 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:45:50.986 11375 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.197s] 2018-05-22 10:45:51,058 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:45:51.057 11375 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.071s] 2018-05-22 10:45:51,253 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:45:51.253 11375 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.195s] 2018-05-22 10:45:51,317 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:45:51.316 11375 INFO opnfv-tempest [-] {7} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.159s] 2018-05-22 10:45:54,853 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:45:54.853 11375 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [29.672s] 2018-05-22 10:46:04,810 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:46:04.810 11375 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [9.958s] 2018-05-22 10:46:38,443 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:46:38.442 11375 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [70.797s] 2018-05-22 10:47:03,068 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:47:03.067 11375 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [58.245s] 2018-05-22 10:47:07,285 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:47:07.284 11375 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.317s] 2018-05-22 10:47:07,646 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:47:07.646 11375 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.362s] 2018-05-22 10:47:19,830 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:47:19.829 11375 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.152s] 2018-05-22 10:47:19,909 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:47:19.909 11375 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [64.733s] 2018-05-22 10:47:19,981 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:47:19.981 11375 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.070s] 2018-05-22 10:47:19,991 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:47:19.990 11375 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.160s] 2018-05-22 10:47:20,030 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:47:20.030 11375 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.039s] 2018-05-22 10:47:20,194 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:47:20.194 11375 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.164s] 2018-05-22 10:47:20,373 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:47:20.372 11375 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.178s] 2018-05-22 10:47:20,624 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:47:20.624 11375 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.643s] 2018-05-22 10:47:20,657 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:47:20.657 11375 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.283s] 2018-05-22 10:47:20,704 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:47:20.704 11375 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.046s] 2018-05-22 10:47:20,721 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:47:20.721 11375 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.096s] 2018-05-22 10:47:20,722 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:47:20.722 11375 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-05-22 10:47:20,895 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:47:20.895 11375 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.191s] 2018-05-22 10:47:20,933 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:47:20.933 11375 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.038s] 2018-05-22 10:47:21,068 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:47:21.068 11375 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.135s] 2018-05-22 10:47:34,136 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:47:34.135 11375 INFO opnfv-tempest [-] {5} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.155s] 2018-05-22 10:48:36,521 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:48:36.521 11375 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... fail [187.270s] 2018-05-22 10:48:36,585 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:48:36.584 11375 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.070s] 2018-05-22 10:48:36,804 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:48:36.804 11375 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.219s] 2018-05-22 10:48:40,180 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:48:40.180 11375 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... fail [216.290s] 2018-05-22 10:48:48,774 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:48:48.773 11375 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [130.334s] 2018-05-22 10:49:11,769 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:49:11.768 11375 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [31.581s] 2018-05-22 10:49:21,847 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:49:21.847 11375 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [33.069s] 2018-05-22 10:49:26,882 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:49:26.882 11375 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.159s] 2018-05-22 10:49:27,057 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:49:27.056 11375 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.174s] 2018-05-22 10:49:27,234 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:49:27.233 11375 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.176s] 2018-05-22 10:49:27,409 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:49:27.409 11375 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.175s] 2018-05-22 10:49:27,422 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:49:27.422 11375 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.013s] 2018-05-22 10:49:27,967 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:49:27.967 11375 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.544s] 2018-05-22 10:49:28,169 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:49:28.169 11375 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.201s] 2018-05-22 10:49:28,205 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:49:28.205 11375 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.036s] 2018-05-22 10:49:28,217 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:49:28.217 11375 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.012s] 2018-05-22 10:49:28,401 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:49:28.401 11375 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.182s] 2018-05-22 10:49:28,550 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:49:28.549 11375 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.148s] 2018-05-22 10:49:28,742 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:49:28.742 11375 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.192s] 2018-05-22 10:49:28,937 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:49:28.937 11375 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.194s] 2018-05-22 10:49:29,117 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:49:29.116 11375 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.178s] 2018-05-22 10:49:29,298 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:49:29.297 11375 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.180s] 2018-05-22 10:49:29,765 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:49:29.765 11375 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_negative_volume_status ... success [0.467s] 2018-05-22 10:49:29,798 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:49:29.797 11375 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_nonexistent_volume_id ... success [0.033s] 2018-05-22 10:49:29,979 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:49:29.979 11375 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_unreserve_volume_with_nonexistent_volume_id ... success [0.181s] 2018-05-22 10:49:29,990 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:49:29.989 11375 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.010s] 2018-05-22 10:49:30,160 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:49:30.160 11375 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.169s] 2018-05-22 10:49:30,348 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:49:30.348 11375 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.188s] 2018-05-22 10:49:30,382 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:49:30.381 11375 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.033s] 2018-05-22 10:49:30,415 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:49:30.415 11375 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.033s] 2018-05-22 10:50:28,105 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:50:28.105 11375 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [66.245s] 2018-05-22 10:50:47,838 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:50:47.838 11375 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [7.224s] 2018-05-22 10:50:56,820 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:50:56.820 11375 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [8.980s] 2018-05-22 10:51:09,482 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:51:09.481 11375 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [12.659s] 2018-05-22 10:51:44,268 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:51:44.267 11375 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... fail [187.450s] 2018-05-22 10:51:44,269 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:51:44.269 11375 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.002s] 2018-05-22 10:52:04,658 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:52:04.658 11375 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.372s] 2018-05-22 10:52:04,871 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:52:04.871 11375 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.213s] 2018-05-22 10:52:05,082 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:52:05.082 11375 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.211s] 2018-05-22 10:52:05,489 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:52:05.489 11375 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.406s] 2018-05-22 10:52:05,867 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:52:05.867 11375 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.377s] 2018-05-22 10:52:06,265 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:52:06.265 11375 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.397s] 2018-05-22 10:52:13,051 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:52:13.050 11375 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.824s] 2018-05-22 10:52:14,160 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:52:14.160 11375 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [1.109s] 2018-05-22 10:52:18,433 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:52:18.433 11375 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [4.269s] 2018-05-22 10:52:19,188 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:52:19.187 11375 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [0.756s] 2018-05-22 10:52:21,043 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:52:21.042 11375 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [1.852s] 2018-05-22 10:52:22,365 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:52:22.365 11375 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [1.322s] 2018-05-22 10:52:24,005 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:52:24.005 11375 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.637s] 2018-05-22 10:52:24,051 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:52:24.051 11375 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.048s] 2018-05-22 10:52:26,843 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '0e098177-20a4-44ff-8c4b-915de680e698']'. 2018-05-22 10:52:27,818 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-22 10:52:27,818 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-22 10:52:27,818 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-22 10:52:27,818 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 0e098177-20a4-44ff-8c4b-915de680e698 | 2018-05-22 10:52:27,818 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-05-22 10:52:27,819 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-22 10:44:45 | 2018-05-22 10:52:27,819 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-22 10:52:26 | 2018-05-22 10:52:27,819 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:07:41 | 2018-05-22 10:52:27,819 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-22 10:52:27,819 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-22 10:52:27,819 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 4de27f3f-4ee8-465a-97b0-4de58416cf94) | 2018-05-22 10:52:27,819 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-22 10:52:27,819 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: dfe2902e-a05d-4f9e-b5dc-10cba192a93f) | 2018-05-22 10:52:27,819 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 145 | 2018-05-22 10:52:27,819 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 451.428 | 2018-05-22 10:52:27,819 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 142 | 2018-05-22 10:52:27,819 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-05-22 10:52:27,819 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-22 10:52:27,819 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-22 10:52:27,819 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 3 | 2018-05-22 10:52:27,820 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-22 10:52:27,820 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-22 10:52:27,925 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 97.9310344828% 2018-05-22 10:52:34,885 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-22 10:52:34,885 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 08:03 | FAIL | +--------------------------+------------------+------------------+----------------+ 2018-05-22 10:52:34,889 - xtesting.ci.run_tests - ERROR - The test case 'refstack_defcore' failed. 2018-05-22 10:52:34,889 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-05-22 10:52:34,976 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - cloud: 2018-05-22 10:52:34,976 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - domain: Default 2018-05-22 10:52:34,976 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-22 10:52:37,429 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-22 10:52:37.046 11477 INFO rally.deployment.engine [-] Deployment dfe2902e-a05d-4f9e-b5dc-10cba192a93f | Starting: Destroy cloud and free allocated resources. 2018-05-22 10:52:37.122 11477 INFO rally.deployment.engine [-] Deployment dfe2902e-a05d-4f9e-b5dc-10cba192a93f | Completed: Destroy cloud and free allocated resources. 2018-05-22 10:52:37.167 11477 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=4de27f3f-4ee8-465a-97b0-4de58416cf94) for deployment 'opnfv-rally'. 2018-05-22 10:52:37.187 11477 INFO rally.api [-] Deleting verification (UUID=0e098177-20a4-44ff-8c4b-915de680e698). 2018-05-22 10:52:37.221 11477 INFO rally.api [-] Verification has been successfully deleted! 2018-05-22 10:52:37.222 11477 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=4de27f3f-4ee8-465a-97b0-4de58416cf94). 2018-05-22 10:52:37.232 11477 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-05-22 10:52:39,670 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-22 10:52:39.436 11480 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=fdd7dbec-2a69-458c-aae5-62f0f579c6cc) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | fdd7dbec-2a69-458c-aae5-62f0f579c6cc | 2018-05-22T10:52:39 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: fdd7dbec-2a69-458c-aae5-62f0f579c6cc ~/.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-22 10:52:43,003 - 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-22 10:52:43,003 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-22 10:52:45,285 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-05-22 10:52:45.008 11486 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=4de27f3f-4ee8-465a-97b0-4de58416cf94). 2018-05-22 10:52:45.133 11486 INFO rally.api [-] Verifier has been successfully deleted! 2018-05-22 10:52:48,801 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-05-22 10:52:47.335 11489 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-05-22 10:52:47.475 11489 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-05-22 10:52:48.564 11489 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=dce3eb9e-a8e1-498a-87dc-df7161648ee9) has been successfully created! Using verifier 'opnfv-tempest' (UUID=dce3eb9e-a8e1-498a-87dc-df7161648ee9) as the default verifier for the future CLI operations. 2018-05-22 10:52:51,838 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating network with name: 'tempest-net-25234311-2ddb-4640-9d62-68b75e774606' 2018-05-22 10:52:52,641 - 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-22T10:52:52Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'a69f706c-5c8d-4c24-a23f-e6b48d8e95c6', u'provider:segmentation_id': 78, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tempest-net-25234311-2ddb-4640-9d62-68b75e774606', u'admin_state_up': True, u'tenant_id': u'0e106c30fefa42c88ace8f783f932bb7', u'created_at': u'2018-05-22T10:52:52Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'0e106c30fefa42c88ace8f783f932bb7'}) 2018-05-22 10:52:53,682 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-05-22T10:52:53Z', 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'8e7ddf0e-8d14-4223-99b9-e3a27c6cd11b', u'subnetpool_id': None, u'service_types': [], u'name': u'tempest-subnet-25234311-2ddb-4640-9d62-68b75e774606', u'enable_dhcp': True, u'network_id': u'a69f706c-5c8d-4c24-a23f-e6b48d8e95c6', u'tenant_id': u'0e106c30fefa42c88ace8f783f932bb7', u'created_at': u'2018-05-22T10:52:53Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.150.1', u'ip_version': 4, u'project_id': u'0e106c30fefa42c88ace8f783f932bb7'}) 2018-05-22 10:52:53,683 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-05-22 10:52:53,683 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating image with name: 'Cirros-0.4.0-25234311-2ddb-4640-9d62-68b75e774606' 2018-05-22 10:52:56,161 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/Cirros-0.4.0-25234311-2ddb-4640-9d62-68b75e774606', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-05-22T10:52:54Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'public', u'file': u'/v2/images/a166fffb-150d-42ba-b988-114617e383df/file', u'owner': u'0e106c30fefa42c88ace8f783f932bb7', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'a166fffb-150d-42ba-b988-114617e383df', u'size': None, u'name': u'Cirros-0.4.0-25234311-2ddb-4640-9d62-68b75e774606', u'checksum': None, u'self': u'/v2/images/a166fffb-150d-42ba-b988-114617e383df', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-05-22T10:52:54Z', u'schema': u'/v2/schemas/image'}) 2018-05-22 10:52:56,162 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating image with name: 'Cirros-0.4.0-1-25234311-2ddb-4640-9d62-68b75e774606' 2018-05-22 10:52:58,196 - 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-25234311-2ddb-4640-9d62-68b75e774606', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-05-22T10:52:56Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'public', u'file': u'/v2/images/6de45867-2845-4d5a-82c6-e2ee63843941/file', u'owner': u'0e106c30fefa42c88ace8f783f932bb7', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'6de45867-2845-4d5a-82c6-e2ee63843941', u'size': None, u'name': u'Cirros-0.4.0-1-25234311-2ddb-4640-9d62-68b75e774606', u'checksum': None, u'self': u'/v2/images/6de45867-2845-4d5a-82c6-e2ee63843941', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-05-22T10:52:56Z', u'schema': u'/v2/schemas/image'}) 2018-05-22 10:52:58,196 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-22 10:52:58,419 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'opnfv_flavor-25234311-2ddb-4640-9d62-68b75e774606', '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'0e106c30fefa42c88ace8f783f932bb7', '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'82f26e89-6f9e-4068-8e38-a5ab4c9ba8ca', 'swap': 0}) 2018-05-22 10:52:58,500 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'opnfv_flavor_1-25234311-2ddb-4640-9d62-68b75e774606', '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'0e106c30fefa42c88ace8f783f932bb7', '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'e22ca720-f29f-4bd4-863b-9fec9c64584f', 'swap': 0}) 2018-05-22 10:53:01,621 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-22 10:53:00.646 11508 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=dce3eb9e-a8e1-498a-87dc-df7161648ee9) for deployment 'opnfv-rally' (UUID=fdd7dbec-2a69-458c-aae5-62f0f579c6cc). 2018-05-22 10:53:01.484 11508 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=dce3eb9e-a8e1-498a-87dc-df7161648ee9) has been successfully configured for deployment 'opnfv-rally' (UUID=fdd7dbec-2a69-458c-aae5-62f0f579c6cc)! 2018-05-22 10:53:01,622 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-05-22 10:53:01,622 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-05-22 10:53:01,624 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-05-22 10:53:01,634 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-05-22 10:53:04,871 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-dce3eb9e-a8e1-498a-87dc-df7161648ee9/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-22 10:53:05,149 - 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-22 10:53:07,343 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 10:53:07.342 11517 INFO rally.api [-] Starting verification (UUID=a1d3f073-9e23-4c06-b80e-f35ada635422) for deployment 'opnfv-rally' (UUID=fdd7dbec-2a69-458c-aae5-62f0f579c6cc) by verifier 'opnfv-tempest' (UUID=dce3eb9e-a8e1-498a-87dc-df7161648ee9). 2018-05-22 10:53:07,344 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: a1d3f073-9e23-4c06-b80e-f35ada635422 2018-05-22 10:55:45,361 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'a1d3f073-9e23-4c06-b80e-f35ada635422']'. 2018-05-22 10:55:46,405 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-22 10:55:46,405 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-22 10:55:46,405 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-22 10:55:46,405 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | a1d3f073-9e23-4c06-b80e-f35ada635422 | 2018-05-22 10:55:46,405 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-05-22 10:55:46,406 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-22 10:53:07 | 2018-05-22 10:55:46,406 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-22 10:55:45 | 2018-05-22 10:55:46,406 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:38 | 2018-05-22 10:55:46,406 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-22 10:55:46,406 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-22 10:55:46,406 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: dce3eb9e-a8e1-498a-87dc-df7161648ee9) | 2018-05-22 10:55:46,406 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-22 10:55:46,406 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: fdd7dbec-2a69-458c-aae5-62f0f579c6cc) | 2018-05-22 10:55:46,406 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 287 | 2018-05-22 10:55:46,406 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 148.476 | 2018-05-22 10:55:46,407 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 124 | 2018-05-22 10:55:46,407 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 163 | 2018-05-22 10:55:46,407 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-22 10:55:46,407 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-22 10:55:46,407 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-05-22 10:55:46,407 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-22 10:55:46,407 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-22 10:55:46,649 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 100.0% 2018-05-22 10:55:53,396 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-22 10:55:53,396 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 03:01 | PASS | +-------------------+------------------+------------------+----------------+ 2018-05-22 10:55:53,400 - xtesting.ci.run_tests - INFO - Running test case 'odl'... 2018-05-22 10:56:14,389 - 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-22 10:56:14,390 - xtesting.core.robotframework - INFO - Results were successfully generated 2018-05-22 10:56:14,436 - xtesting.core.robotframework - INFO - Results were successfully parsed 2018-05-22 10:56:14,549 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-22 10:56:14,550 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | odl | functest | 00:19 | PASS | +-------------------+------------------+------------------+----------------+ 2018-05-22 10:56:14,554 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-05-22 10:56:15,651 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-22 12:00:15,269 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-22 12:00:15,269 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 63:59 | FAIL | +---------------------+------------------+------------------+----------------+ 2018-05-22 12:00:15,273 - xtesting.ci.run_tests - ERROR - The test case 'snaps_smoke' failed. 2018-05-22 12:00:15,273 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-05-22 12:00:15,359 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-22 12:00:17,887 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-22 12:00:17.459 11621 INFO rally.deployment.engine [-] Deployment fdd7dbec-2a69-458c-aae5-62f0f579c6cc | Starting: Destroy cloud and free allocated resources. 2018-05-22 12:00:17.542 11621 INFO rally.deployment.engine [-] Deployment fdd7dbec-2a69-458c-aae5-62f0f579c6cc | Completed: Destroy cloud and free allocated resources. 2018-05-22 12:00:17.595 11621 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=dce3eb9e-a8e1-498a-87dc-df7161648ee9) for deployment 'opnfv-rally'. 2018-05-22 12:00:17.622 11621 INFO rally.api [-] Deleting verification (UUID=a1d3f073-9e23-4c06-b80e-f35ada635422). 2018-05-22 12:00:17.661 11621 INFO rally.api [-] Verification has been successfully deleted! 2018-05-22 12:00:17.662 11621 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=dce3eb9e-a8e1-498a-87dc-df7161648ee9). 2018-05-22 12:00:17.672 11621 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-05-22 12:00:20,297 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-22 12:00:20.004 11624 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=5e3f9f6b-cb41-4a1c-b8d7-541cca6d958b) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 5e3f9f6b-cb41-4a1c-b8d7-541cca6d958b | 2018-05-22T12:00:19 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 5e3f9f6b-cb41-4a1c-b8d7-541cca6d958b ~/.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-22 12:00:23,452 - 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-22 12:00:23,452 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-22 12:00:25,746 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-05-22 12:00:25.509 11630 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=dce3eb9e-a8e1-498a-87dc-df7161648ee9). 2018-05-22 12:00:25.619 11630 INFO rally.api [-] Verifier has been successfully deleted! 2018-05-22 12:00:29,054 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-05-22 12:00:27.765 11633 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-05-22 12:00:27.872 11633 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-05-22 12:00:28.901 11633 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=4863a687-2c87-4778-9503-7048d6e1eac1) has been successfully created! Using verifier 'opnfv-tempest' (UUID=4863a687-2c87-4778-9503-7048d6e1eac1) as the default verifier for the future CLI operations. 2018-05-22 12:00:32,166 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating network with name: 'tempest-net-af4253c4-f460-4439-88e3-a6b717ec745a' 2018-05-22 12:00:33,856 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating image with name: 'Cirros-0.4.0-af4253c4-f460-4439-88e3-a6b717ec745a' 2018-05-22 12:00:35,410 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating image with name: 'Cirros-0.4.0-1-af4253c4-f460-4439-88e3-a6b717ec745a' 2018-05-22 12:00:37,517 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-22 12:00:41,013 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-22 12:00:39.987 11652 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=4863a687-2c87-4778-9503-7048d6e1eac1) for deployment 'opnfv-rally' (UUID=5e3f9f6b-cb41-4a1c-b8d7-541cca6d958b). 2018-05-22 12:00:40.857 11652 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=4863a687-2c87-4778-9503-7048d6e1eac1) has been successfully configured for deployment 'opnfv-rally' (UUID=5e3f9f6b-cb41-4a1c-b8d7-541cca6d958b)! 2018-05-22 12:00:43,906 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-4863a687-2c87-4778-9503-7048d6e1eac1/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-22 12:00:43,908 - 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-22 12:00:46,029 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-22 12:00:46.027 11661 INFO rally.api [-] Starting verification (UUID=a52665af-c135-4dd9-a7f8-9d239bf546dd) for deployment 'opnfv-rally' (UUID=5e3f9f6b-cb41-4a1c-b8d7-541cca6d958b) by verifier 'opnfv-tempest' (UUID=4863a687-2c87-4778-9503-7048d6e1eac1). 2018-05-22 12:02:38,721 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'a52665af-c135-4dd9-a7f8-9d239bf546dd']'. 2018-05-22 12:02:39,650 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-22 12:02:39,650 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-22 12:02:39,650 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-22 12:02:39,651 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | a52665af-c135-4dd9-a7f8-9d239bf546dd | 2018-05-22 12:02:39,651 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-05-22 12:02:39,651 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-22 12:00:45 | 2018-05-22 12:02:39,651 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-22 12:02:38 | 2018-05-22 12:02:39,651 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:01:53 | 2018-05-22 12:02:39,651 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-22 12:02:39,651 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-22 12:02:39,651 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 4863a687-2c87-4778-9503-7048d6e1eac1) | 2018-05-22 12:02:39,651 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-22 12:02:39,652 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 5e3f9f6b-cb41-4a1c-b8d7-541cca6d958b) | 2018-05-22 12:02:39,652 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2018-05-22 12:02:39,652 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 100.694 | 2018-05-22 12:02:39,652 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 42 | 2018-05-22 12:02:39,652 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 8 | 2018-05-22 12:02:39,652 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-22 12:02:39,652 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-22 12:02:39,652 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 2 | 2018-05-22 12:02:39,652 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-22 12:02:39,652 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-22 12:02:39,697 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 95.4545454545% 2018-05-22 12:02:45,402 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-22 12:02:45,402 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 02:13 | FAIL | +-----------------------+------------------+------------------+----------------+ 2018-05-22 12:02:45,406 - xtesting.ci.run_tests - ERROR - The test case 'neutron_trunk' failed. 2018-05-22 12:02:45,407 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_ssh | functest | smoke | 07:33 | PASS | | vping_userdata | functest | smoke | 09:13 | FAIL | | tempest_smoke_serial | functest | smoke | 17:00 | FAIL | | rally_sanity | functest | smoke | 24:48 | PASS | | refstack_defcore | functest | smoke | 08:03 | FAIL | | patrole | functest | smoke | 03:01 | PASS | | odl | functest | smoke | 00:19 | PASS | | snaps_smoke | functest | smoke | 63:59 | FAIL | | neutron_trunk | functest | smoke | 02:13 | FAIL | +------------------------------+------------------+---------------+------------------+----------------+ 2018-05-22 12:02:45,414 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-05-22 12:02:48,932 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-141 | | 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-22 12:02:48,936 - 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=dC4Qnhnj8udEY9UwbHys9t89M export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.25,192.30.9.9 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.25:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.9 export OS_REGION_NAME=regionOne 2018-05-22 12:02:48,936 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-22 12:02:48,936 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-05-22 12:02:48,937 - 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-22 12:02:48,939 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-05-22 12:02:51,433 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-141 | | 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-22 12:02:51,438 - 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=dC4Qnhnj8udEY9UwbHys9t89M export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.25,192.30.9.9 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.25:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.9 export OS_REGION_NAME=regionOne 2018-05-22 12:02:51,438 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-22 12:02:51,439 - 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-22 12:02:51,441 - xtesting.ci.run_tests - INFO - Running tier 'vnf' 2018-05-22 12:02:51,441 - xtesting.ci.run_tests - INFO - Running test case 'cloudify_ims'... 2018-05-22 12:02:51,938 - 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-22 12:02:51,970 - 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-22 12:02:51,989 - 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-22 12:02:52,355 - xtesting.energy.energy - INFO - API recorder available at : http://energy.opnfv.fr/resources/recorders/environment/lf-pod1 2018-05-22 12:02:52,356 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-05-22 12:02:52,789 - xtesting.energy.energy - DEBUG - Starting recording 2018-05-22 12:02:52,789 - xtesting.energy.energy - DEBUG - Submitting scenario (cloudify_ims/running) 2018-05-22 12:02:53,235 - functest.core.vnf - INFO - Prepare VNF: cloudify_ims, description: Created by OPNFV Functest: cloudify_ims 2018-05-22 12:02:56,208 - functest.core.vnf - DEBUG - snaps creds: OSCreds - username=cloudify_ims-4f5b4820-294e-439d-a42d-c877d6f02085, password=c7892de6-fc16-45e0-bd4a-995a4ee5ed86, auth_url=http://172.30.9.25:5000/v3, project_name=cloudify_ims-4f5b4820-294e-439d-a42d-c877d6f02085, 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-22 12:02:56,208 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Additional pre-configuration steps 2018-05-22 12:02:57,997 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Upload some OS images if it doesn't exist 2018-05-22 12:02:57,998 - 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-22 12:04:23,645 - 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-22 12:04:31,550 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Creating keypair ... 2018-05-22 12:04:32,283 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Creating full network ... 2018-05-22 12:04:38,442 - 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 164, in deploy_orchestrator router_creator.create() File "/usr/lib/python2.7/site-packages/snaps/openstack/create_router.py", line 100, in create self._neutron, self._os_creds, self.router_settings) File "/usr/lib/python2.7/site-packages/snaps/openstack/utils/neutron_utils.py", line 333, in create_router os_router = neutron.create_router(json_body) File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 867, in create_router return self.post(self.routers_path, body=body) File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 357, in post headers=headers, params=params) File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 292, in do_request self._handle_fault_response(status_code, replybody, resp) File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 268, in _handle_fault_response exception_handler_v20(status_code, error_body) File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 92, in exception_handler_v20 request_ids=request_ids) IpAddressGenerationFailureClient: No more IP addresses available on network 44dc2560-319c-4da8-acdb-468a21cd52b7. Neutron server returns request_ids: ['req-d0125540-501d-4681-a466-93cddf43102c'] 2018-05-22 12:04:38,445 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-05-22 12:04:38,445 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-05-22 12:04:38,940 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-22 12:04:38,941 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | cloudify_ims | functest | 01:45 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-05-22 12:04:38,944 - 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 393, in clean cfy_client = self.orchestrator['object'] KeyError: 'object' 2018-05-22 12:04:38,945 - functest.core.vnf - INFO - Removing the VNF resources .. 2018-05-22 12:04:46,493 - xtesting.ci.run_tests - ERROR - The test case 'cloudify_ims' failed. 2018-05-22 12:04:46,493 - xtesting.ci.run_tests - INFO - Running test case 'vyos_vrouter'... 2018-05-22 12:04:46,662 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-05-22 12:04:47,199 - 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-22 12:04:47,200 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - name = functest.opnfv_tests.vnf.router.cloudify_vrouter 2018-05-22 12:04:47,228 - 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-22 12:04:47,233 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-05-22 12:04:47,257 - 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-22 12:04:47,257 - functest.core.vnf - INFO - Prepare VNF: vyos_vrouter, description: Created by OPNFV Functest: vyos_vrouter 2018-05-22 12:04:50,080 - functest.core.vnf - DEBUG - snaps creds: OSCreds - username=vyos_vrouter-2cb66e97-ac2f-47bc-8d36-687553247952, password=df37c8ca-5347-47c3-97c8-815aae0faabc, auth_url=http://172.30.9.25:5000/v3, project_name=vyos_vrouter-2cb66e97-ac2f-47bc-8d36-687553247952, 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-22 12:04:50,081 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Additional pre-configuration steps 2018-05-22 12:04:50,081 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Upload some OS images if it doesn't exist 2018-05-22 12:04:50,081 - 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-22 12:06:14,201 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - image: vyos1.1.7, file: /home/opnfv/functest/images/vyos-1.1.7.img 2018-05-22 12:06:25,168 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Creating keypair ... 2018-05-22 12:06:25,943 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Creating full network ... 2018-05-22 12:06:32,268 - 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 184, in deploy_orchestrator router_creator.create() File "/usr/lib/python2.7/site-packages/snaps/openstack/create_router.py", line 100, in create self._neutron, self._os_creds, self.router_settings) File "/usr/lib/python2.7/site-packages/snaps/openstack/utils/neutron_utils.py", line 333, in create_router os_router = neutron.create_router(json_body) File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 867, in create_router return self.post(self.routers_path, body=body) File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 357, in post headers=headers, params=params) File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 292, in do_request self._handle_fault_response(status_code, replybody, resp) File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 268, in _handle_fault_response exception_handler_v20(status_code, error_body) File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 92, in exception_handler_v20 request_ids=request_ids) IpAddressGenerationFailureClient: No more IP addresses available on network 44dc2560-319c-4da8-acdb-468a21cd52b7. Neutron server returns request_ids: ['req-66d5ca01-8063-49fd-b8db-9e33062d14fa'] 2018-05-22 12:06:32,403 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-22 12:06:32,404 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | vyos_vrouter | functest | 01:45 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-05-22 12:06:32,407 - 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 407, in clean cfy_client = self.orchestrator['object'] KeyError: 'object' 2018-05-22 12:06:32,408 - functest.core.vnf - INFO - Removing the VNF resources .. 2018-05-22 12:06:41,222 - xtesting.ci.run_tests - ERROR - The test case 'vyos_vrouter' failed. 2018-05-22 12:06:41,222 - xtesting.ci.run_tests - INFO - Running test case 'juju_epc'... 2018-05-22 12:06:41,303 - 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-22 12:06:41,321 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Additional pre-configuration steps 2018-05-22 12:06:41,321 - functest.core.vnf - INFO - Prepare VNF: juju_epc, description: Created by OPNFV Functest: juju_epc 2018-05-22 12:06:44,247 - functest.core.vnf - DEBUG - snaps creds: OSCreds - username=juju_epc-03a31673-5157-47d4-9d18-2b90c7fa818b, password=7710b4db-c5e8-4393-99c3-12388683acd9, auth_url=http://172.30.9.25:5000/v3, project_name=juju_epc-03a31673-5157-47d4-9d18-2b90c7fa818b, 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-22 12:06:44,248 - 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-141 | | SDN_CONTROLLER_IP | 192.30.9.9 | | 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-22 12:06:44,645 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating Cloud for Abot-epc ..... 2018-05-22 12:06:45,735 - 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-22 12:06:45,735 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating Credentials for Abot-epc ..... 2018-05-22 12:06:47,374 - functest.opnfv_tests.vnf.epc.juju_epc - DEBUG - snaps creds: OSCreds - username=juju_network_discovery_bug, password=ea319640-9b22-4f3f-b3c5-c9356153c236, auth_url=http://172.30.9.25:5000/v3, project_name=juju_epc-03a31673-5157-47d4-9d18-2b90c7fa818b, 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-22 12:06:47,476 - 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-22 12:06:47,476 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Deploying Juju Orchestrator 2018-05-22 12:06:47,477 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating full network with nameserver: 8.8.8.8 2018-05-22 12:06:51,210 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating network Router .... 2018-05-22 12:06:53,735 - 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/epc/juju_epc.py", line 275, in deploy_orchestrator router_creator.create() File "/usr/lib/python2.7/site-packages/snaps/openstack/create_router.py", line 100, in create self._neutron, self._os_creds, self.router_settings) File "/usr/lib/python2.7/site-packages/snaps/openstack/utils/neutron_utils.py", line 333, in create_router os_router = neutron.create_router(json_body) File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 867, in create_router return self.post(self.routers_path, body=body) File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 357, in post headers=headers, params=params) File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 292, in do_request self._handle_fault_response(status_code, replybody, resp) File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 268, in _handle_fault_response exception_handler_v20(status_code, error_body) File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 92, in exception_handler_v20 request_ids=request_ids) IpAddressGenerationFailureClient: No more IP addresses available on network 44dc2560-319c-4da8-acdb-468a21cd52b7. Neutron server returns request_ids: ['req-e7c88c7a-e7fa-4de9-bec8-0b51b30efd52'] 2018-05-22 12:06:53,855 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-22 12:06:53,855 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | juju_epc | functest | 00:12 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-05-22 12:06:53,939 - 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-22 12:06:53,939 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Remove the Abot_epc OS object .. 2018-05-22 12:06:53,940 - functest.core.vnf - INFO - Removing the VNF resources .. 2018-05-22 12:06:59,232 - xtesting.ci.run_tests - ERROR - The test case 'juju_epc' failed. 2018-05-22 12:06:59,233 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------+------------------+--------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------+------------------+--------------+------------------+----------------+ | cloudify_ims | functest | vnf | 01:45 | FAIL | | vyos_vrouter | functest | vnf | 01:45 | FAIL | | juju_epc | functest | vnf | 00:12 | FAIL | +----------------------+------------------+--------------+------------------+----------------+ 2018-05-22 12:06:59,236 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-05-22 12:07:02,020 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-141 | | 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-22 12:07:02,022 - 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=dC4Qnhnj8udEY9UwbHys9t89M export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.25,192.30.9.9 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.25:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.9 export OS_REGION_NAME=regionOne 2018-05-22 12:07:02,022 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-22 12:07:02,023 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-05-22 12:07:02,023 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 00:00 | SKIP | +-----------------------+-----------------+------------------+------------------+----------------+ 2018-05-22 12:07:02,023 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK