2018-05-29 09:02:32,029 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-fuel-virtual-daily-fraser-86 | | 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 | fuel | | DEPLOY_SCENARIO | os-nosdn-ovs-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | ericsson-virtual4 | +--------------------------------------+----------------------------------------------------------+ 2018-05-29 09:02:32,035 - xtesting.ci.run_tests - INFO - Sourcing env file /var/lib/xtesting/conf/env_file export OS_IDENTITY_API_VERSION=3 export OS_PROJECT_DOMAIN_NAME=Default export OS_USER_DOMAIN_NAME=Default export OS_PROJECT_NAME=admin export OS_TENANT_NAME=admin export OS_USERNAME=admin export OS_PASSWORD=opnfv_secret export OS_REGION_NAME=RegionOne export OS_INTERFACE=internal export OS_ENDPOINT_TYPE="internal" export OS_CACERT="/etc/ssl/certs/ca-certificates.crt" export VOLUME_DEVICE_NAME=vdc export OS_AUTH_URL=http://172.16.10.36:35357/v3 2018-05-29 09:02:32,035 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-29 09:02:32,037 - 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-29 09:02:32,039 - xtesting.ci.run_tests - INFO - Running tier 'healthcheck' 2018-05-29 09:02:32,039 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-05-29 09:02:34,729 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{u'hw:mem_page_size': u'large'}' 2018-05-29 09:02:42,021 - 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 7.280s OK 2018-05-29 09:02:42,302 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-29 09:02:42,302 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:07 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-05-29 09:02:42,308 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-05-29 09:02:43,466 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{u'hw:mem_page_size': u'large'}' 2018-05-29 09:11:15,191 - 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 511.675s OK 2018-05-29 09:11:15,490 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-29 09:11:15,491 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 08:32 | PASS | +-------------------+------------------+------------------+----------------+ 2018-05-29 09:11:15,498 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-05-29 09:11:16,485 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{u'hw:mem_page_size': u'large'}' 2018-05-29 09:11:58,700 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 42.214s OK 2018-05-29 09:11:58,980 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-29 09:11:58,980 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 00:42 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-05-29 09:11:58,986 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:07 | PASS | | api_check | functest | healthcheck | 08:32 | PASS | | snaps_health_check | functest | healthcheck | 00:42 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-05-29 09:11:58,988 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-05-29 09:12:03,007 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-fuel-virtual-daily-fraser-86 | | 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 | fuel | | DEPLOY_SCENARIO | os-nosdn-ovs-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | ericsson-virtual4 | +--------------------------------------+----------------------------------------------------------+ 2018-05-29 09:12:03,013 - xtesting.ci.run_tests - INFO - Sourcing env file /var/lib/xtesting/conf/env_file export OS_IDENTITY_API_VERSION=3 export OS_PROJECT_DOMAIN_NAME=Default export OS_USER_DOMAIN_NAME=Default export OS_PROJECT_NAME=admin export OS_TENANT_NAME=admin export OS_USERNAME=admin export OS_PASSWORD=opnfv_secret export OS_REGION_NAME=RegionOne export OS_INTERFACE=internal export OS_ENDPOINT_TYPE="internal" export OS_CACERT="/etc/ssl/certs/ca-certificates.crt" export VOLUME_DEVICE_NAME=vdc export OS_AUTH_URL=http://172.16.10.36:35357/v3 2018-05-29 09:12:03,013 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-29 09:12:03,014 - 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 snaps_smoke | | | | | | neutron_trunk | +---------------+---------------+--------------------------+------------------------------------------+----------------------------------------------+ 2018-05-29 09:12:03,016 - xtesting.ci.run_tests - INFO - Running tier 'smoke' 2018-05-29 09:12:03,016 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-05-29 09:12:05,695 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - ext_net: Munch({u'status': u'ACTIVE', u'subnets': [u'59014a97-331d-41a4-a0cf-6c3bac5e42cf'], u'description': u'', u'provider:physical_network': u'physnet1', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-05-29T09:01:22Z', u'is_default': True, u'revision_number': 4, u'port_security_enabled': True, u'mtu': 1500, u'id': u'5e6853c2-daa3-40bb-833e-34e67add2e9d', u'provider:segmentation_id': None, u'router:external': True, u'availability_zone_hints': [], u'availability_zones': [u'nova'], u'name': u'floating_net', u'admin_state_up': True, u'tenant_id': u'70cc141f1ac541cbb76ecedbbd38451e', u'created_at': u'2018-05-29T09:01:16Z', u'provider:network_type': u'flat', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'70cc141f1ac541cbb76ecedbbd38451e'}) 2018-05-29 09:12:05,856 - xtesting.energy.energy - INFO - Energy recorder API is not available, cause=HTTPConnectionPool(host='energy.opnfv.fr', port=80): Max retries exceeded with url: /resources/monitoring/ping (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 2018-05-29 09:12:05,856 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Begin virtual environment setup 2018-05-29 09:12:05,856 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - vPing Start Time:'2018-05-29 09:12:05' 2018-05-29 09:12:05,856 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Creating image with name: 'functest-vping--795de204-c2ce-408e-ad5c-d1e47e0c8188' 2018-05-29 09:12:05,856 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Image metadata: None 2018-05-29 09:12:06,496 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/functest-vping--795de204-c2ce-408e-ad5c-d1e47e0c8188', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-05-29T09:12:06Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'shared', u'file': u'/v2/images/60fdfd4b-c2ed-4d3c-a5f9-a48f8d63e2bf/file', u'owner': u'70cc141f1ac541cbb76ecedbbd38451e', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'60fdfd4b-c2ed-4d3c-a5f9-a48f8d63e2bf', u'size': None, u'name': u'functest-vping--795de204-c2ce-408e-ad5c-d1e47e0c8188', u'checksum': None, u'self': u'/v2/images/60fdfd4b-c2ed-4d3c-a5f9-a48f8d63e2bf', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-05-29T09:12:06Z', u'schema': u'/v2/schemas/image'}) 2018-05-29 09:12:06,496 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Creating network with name: 'vping-net-795de204-c2ce-408e-ad5c-d1e47e0c8188' 2018-05-29 09:12:07,057 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': u'physnet2', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-05-29T09:12:06Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vlan', u'id': u'ce80b781-be5a-4eae-8858-1f1d737ebcce', u'provider:segmentation_id': 1089, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping-net-795de204-c2ce-408e-ad5c-d1e47e0c8188', u'admin_state_up': True, u'tenant_id': u'70cc141f1ac541cbb76ecedbbd38451e', u'created_at': u'2018-05-29T09:12:06Z', u'mtu': 1500, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'70cc141f1ac541cbb76ecedbbd38451e'}) 2018-05-29 09:12:07,679 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-05-29T09:12:07Z', 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'23b7eb8e-0353-4a8a-a535-165ae3280e81', u'subnetpool_id': None, u'service_types': [], u'name': u'vping-subnet-795de204-c2ce-408e-ad5c-d1e47e0c8188', u'enable_dhcp': True, u'network_id': u'ce80b781-be5a-4eae-8858-1f1d737ebcce', u'tenant_id': u'70cc141f1ac541cbb76ecedbbd38451e', u'created_at': u'2018-05-29T09:12:07Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.130.1', u'ip_version': 4, u'project_id': u'70cc141f1ac541cbb76ecedbbd38451e'}) 2018-05-29 09:12:07,679 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Creating router with name: 'vping-router-795de204-c2ce-408e-ad5c-d1e47e0c8188' 2018-05-29 09:12:09,330 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-05-29T09:12:09Z', u'revision_number': 3, u'ha': False, u'id': u'922cea78-c6b9-4b5a-b9aa-97215e0a5be6', u'external_gateway_info': {u'network_id': u'5e6853c2-daa3-40bb-833e-34e67add2e9d', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'59014a97-331d-41a4-a0cf-6c3bac5e42cf', u'ip_address': u'10.16.0.117'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping-router-795de204-c2ce-408e-ad5c-d1e47e0c8188', u'admin_state_up': True, u'tenant_id': u'70cc141f1ac541cbb76ecedbbd38451e', u'created_at': u'2018-05-29T09:12:07Z', u'distributed': False, u'flavor_id': None, u'routes': [], u'project_id': u'70cc141f1ac541cbb76ecedbbd38451e'}) 2018-05-29 09:12:11,631 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Creating flavor with name: 'vping-flavor-795de204-c2ce-408e-ad5c-d1e47e0c8188' 2018-05-29 09:12:11,739 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - flavor: Munch({'name': u'vping-flavor-795de204-c2ce-408e-ad5c-d1e47e0c8188', 'ephemeral': 0, 'ram': 1024, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'70cc141f1ac541cbb76ecedbbd38451e', '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'055db498-6a05-48c2-857c-805b7e8d1029', 'swap': 0}) 2018-05-29 09:12:12,338 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-795de204-c2ce-408e-ad5c-d1e47e0c8188' 2018-05-29 09:12:21,148 - 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-795de204-c2ce-408e-ad5c-d1e47e0c8188': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:78:44:05', u'version': 4, u'addr': u'192.168.130.3', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'60fdfd4b-c2ed-4d3c-a5f9-a48f8d63e2bf'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-EXT-SRV-ATTR:instance_name': u'instance-0000000b', u'OS-SRV-USG:launched_at': u'2018-05-29T09:12:20.000000', 'flavor': Munch({u'id': u'055db498-6a05-48c2-857c-805b7e8d1029'}), 'az': u'nova', 'id': u'697227d5-4619-4571-8534-6c30b5c4ff73', 'security_groups': [Munch({u'name': u'vping-sg-795de204-c2ce-408e-ad5c-d1e47e0c8188'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'8bafa668a8e8436d9817309a58c701a1', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': u'192.168.130.3', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'70cc141f1ac541cbb76ecedbbd38451e', 'name': 'admin', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'RegionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': u'192.168.130.3', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': u'192.168.130.3', 'launched_at': u'2018-05-29T09:12:20.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-05-29T09:12:20Z', 'hostId': u'167518668cb0e7fb9e19e5a78ccce5a2e8ce318d6146e5ae6735049f', u'OS-EXT-SRV-ATTR:host': u'cmp02', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': '', 'cloud': 'envvars', 'host_id': u'167518668cb0e7fb9e19e5a78ccce5a2e8ce318d6146e5ae6735049f', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-EXT-SRV-ATTR:host': u'cmp02', u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-EXT-SRV-ATTR:instance_name': u'instance-0000000b', u'OS-SRV-USG:launched_at': u'2018-05-29T09:12:20.000000', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'cmp02', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'70cc141f1ac541cbb76ecedbbd38451e', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'cmp02', 'name': u'opnfv-vping-1-795de204-c2ce-408e-ad5c-d1e47e0c8188', 'adminPass': u'orFRAh2Rb4DX', 'tenant_id': u'70cc141f1ac541cbb76ecedbbd38451e', 'region': 'RegionOne', 'created': u'2018-05-29T09:12:13Z', 'has_config_drive': True, 'volumes': [], 'config_drive': u'True'}) 2018-05-29 09:12:22,554 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - vm1 console: 2018-05-29 09:12:22,555 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Creating keypair with name: 'vping-keypair-795de204-c2ce-408e-ad5c-d1e47e0c8188' 2018-05-29 09:12:22,793 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCnJPcsleR61iIt7CoR2oenznG9kXCRxSjRAw5Js+qmDTHD11aaBbUuLqadzrlAa0NmGao44BQLvWB2qSmm1lGGWLo/8Icc13Mcary0yxXppGgbhKIVeEnBXgT482rdyFR7LG5J7JUl597eA7jYUqaMUs4/6fndeP6WhUAKRiD77agkf5pqrzQKgf2Y3ktxsR2dU3aqbfaq+L2m8chk3HM9C18geh+j3fdDHkZejFdwh594cdCz8Ok04tzXOaUxHQAzmCwxpF5rNE64Ey6NwZssGtpDdQR6JeuelOUdNm65dMHwhDMfQ2S8ERcQf9dHl1EgwhNZVvYpf7twkj7G6XrF Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEApyT3LJXketYiLewqEdqHp85xvZFwkcUo0QMOSbPqpg0xw9dW\nmgW1Li6mnc65QGtDZhmqOOAUC71gdqkpptZRhli6P/CHHNdzHGq8tMsV6aRoG4Si\nFXhJwV4E+PNq3chUeyxuSeyVJefe3gO42FKmjFLOP+n53Xj+loVACkYg++2oJH+a\naq80CoH9mN5LcbEdnVN2qm32qvi9pvHIZNxzPQtfIHofo933Qx5GXoxXcIefeHHQ\ns/DpNOLc1zmlMR0AM5gsMaReazROuBMujcGbLBraQ3UEeiXrnpTlHTZuuXTB8IQz\nH0NkvBEXEH/XR5dRIMITWVb2KX+7cJI+xul6xQIDAQABAoIBAAtLCBhPGFzkUvLf\nXghOx5Oi8zRnuz9eHt/gYPrB2TzW72HYDtXhRNiV9lP7P7EGjks7uLCXE0Ony/i4\nfUP0fxWgsRTY34gnVnO5En70qcpbfV0+nOTud61E+PkJGVNa0bpwyhLclUc2X2yI\nu9iB3RbmEWFoIaXBIxJwdl87Vccvr5N+ruwAH3EeZsScg2tXmXeS2U0RbJ32hPZd\n8w0nSTYyhpMpDOqrHA4i5Kw90PTehmNxT61siwHwHBOvtLa73jWmZOGKRfagbboH\n70KYEFDQreFTDfVWlyL8N31KhVQi/5B8achhduKAWKe9J2w341H2eorhgR29y1nX\nHLHtKQECgYEA0srqrMgACJAZ4Z3OTj6G6DjXPRoHz+HkqfvoVC2oTebp9kKaQ3Gn\nEcKEy1D1H7NDkVV/3xmRybg7vuQ0+XLLVGtvaCU/i0NkELLceQHjHOtUBB0Ebb5P\n6+ZFq152KMtJZsIGLJWOE5JuNj/L2JWKr8U+1ubIEzJD6/KPGtJ7+JUCgYEAyv2k\ng5CzmI8c9S/UjfloXpqUr/jE3nAYTTMUAn1eypk1tyo14f5pYk7wu5+ZsTl6592V\n9HOCBISRB/3mWm6Aj7ZRUgsOIfYvuvzK3pBNU+HnhN0T5ZG3NuYirnEqCWtCf7/0\nEOYF1iL5aqOA75WlDfDMvwdAuOu73O0alPqQfXECgYEAvJE/vA8yUHawYG9t9frj\nbmwiyAs4P9RBXXr3TA6ICCBw3ZaZL4pFPZL4fnVOwuv3ntSQjoDuNTj1YX/+j8QM\ndtmhENZ5cNh5dKK8rhdtFxrBzugyZQYhstMNMg9PvpCUejNJmKq1LXcJ1sfdUEP+\ni9z0qQRMqTeHIVSchg8TTb0CgYBms6n2vtF/EHlwPADozBVYOBGebtj8Se6hsIQh\nNlktXBLnVz3n15ZuHM6Dvx49on1irqPeCEryCjhuuLFBc8Mr8ux1/A3sdOh1TM0/\nifb1x8ghWtFkRzNRXWKSq8K+/Tup8u6DVj4Bt7RFle/4R9g4k2qkBAFlDjAAeR4H\n3jYYoQKBgBPj4+TeQ25YPCjG+6fEmnbDVej7NvwEIFaGJieEq/WC78t2hVXA77Is\nDD0TAC/KpGlb2LUf0Fc2ss1jguotWYMy/7aXe05FjjmiRyq64cQHWF/1wkXKFdPq\naLWmCExMip/m5Wa3pN9rpvK0AgAH0/ZDNxrhCvdd4UP8/+9m24q9\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'8bafa668a8e8436d9817309a58c701a1', 'name': u'vping-keypair-795de204-c2ce-408e-ad5c-d1e47e0c8188', 'created_at': '2018-05-29T09:12:22.793089', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'70cc141f1ac541cbb76ecedbbd38451e', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'RegionOne', 'cloud': 'envvars'}), 'fingerprint': u'a3:5f:b4:76:d0:28:f8:c4:68:d1:05:88:f5:9a:eb:fe', 'type': 'ssh', 'id': u'vping-keypair-795de204-c2ce-408e-ad5c-d1e47e0c8188'}) 2018-05-29 09:12:22,793 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEowIBAAKCAQEApyT3LJXketYiLewqEdqHp85xvZFwkcUo0QMOSbPqpg0xw9dW mgW1Li6mnc65QGtDZhmqOOAUC71gdqkpptZRhli6P/CHHNdzHGq8tMsV6aRoG4Si FXhJwV4E+PNq3chUeyxuSeyVJefe3gO42FKmjFLOP+n53Xj+loVACkYg++2oJH+a aq80CoH9mN5LcbEdnVN2qm32qvi9pvHIZNxzPQtfIHofo933Qx5GXoxXcIefeHHQ s/DpNOLc1zmlMR0AM5gsMaReazROuBMujcGbLBraQ3UEeiXrnpTlHTZuuXTB8IQz H0NkvBEXEH/XR5dRIMITWVb2KX+7cJI+xul6xQIDAQABAoIBAAtLCBhPGFzkUvLf XghOx5Oi8zRnuz9eHt/gYPrB2TzW72HYDtXhRNiV9lP7P7EGjks7uLCXE0Ony/i4 fUP0fxWgsRTY34gnVnO5En70qcpbfV0+nOTud61E+PkJGVNa0bpwyhLclUc2X2yI u9iB3RbmEWFoIaXBIxJwdl87Vccvr5N+ruwAH3EeZsScg2tXmXeS2U0RbJ32hPZd 8w0nSTYyhpMpDOqrHA4i5Kw90PTehmNxT61siwHwHBOvtLa73jWmZOGKRfagbboH 70KYEFDQreFTDfVWlyL8N31KhVQi/5B8achhduKAWKe9J2w341H2eorhgR29y1nX HLHtKQECgYEA0srqrMgACJAZ4Z3OTj6G6DjXPRoHz+HkqfvoVC2oTebp9kKaQ3Gn EcKEy1D1H7NDkVV/3xmRybg7vuQ0+XLLVGtvaCU/i0NkELLceQHjHOtUBB0Ebb5P 6+ZFq152KMtJZsIGLJWOE5JuNj/L2JWKr8U+1ubIEzJD6/KPGtJ7+JUCgYEAyv2k g5CzmI8c9S/UjfloXpqUr/jE3nAYTTMUAn1eypk1tyo14f5pYk7wu5+ZsTl6592V 9HOCBISRB/3mWm6Aj7ZRUgsOIfYvuvzK3pBNU+HnhN0T5ZG3NuYirnEqCWtCf7/0 EOYF1iL5aqOA75WlDfDMvwdAuOu73O0alPqQfXECgYEAvJE/vA8yUHawYG9t9frj bmwiyAs4P9RBXXr3TA6ICCBw3ZaZL4pFPZL4fnVOwuv3ntSQjoDuNTj1YX/+j8QM dtmhENZ5cNh5dKK8rhdtFxrBzugyZQYhstMNMg9PvpCUejNJmKq1LXcJ1sfdUEP+ i9z0qQRMqTeHIVSchg8TTb0CgYBms6n2vtF/EHlwPADozBVYOBGebtj8Se6hsIQh NlktXBLnVz3n15ZuHM6Dvx49on1irqPeCEryCjhuuLFBc8Mr8ux1/A3sdOh1TM0/ ifb1x8ghWtFkRzNRXWKSq8K+/Tup8u6DVj4Bt7RFle/4R9g4k2qkBAFlDjAAeR4H 3jYYoQKBgBPj4+TeQ25YPCjG+6fEmnbDVej7NvwEIFaGJieEq/WC78t2hVXA77Is DD0TAC/KpGlb2LUf0Fc2ss1jguotWYMy/7aXe05FjjmiRyq64cQHWF/1wkXKFdPq aLWmCExMip/m5Wa3pN9rpvK0AgAH0/ZDNxrhCvdd4UP8/+9m24q9 -----END RSA PRIVATE KEY----- 2018-05-29 09:12:23,641 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-ssh--795de204-c2ce-408e-ad5c-d1e47e0c8188' 2018-05-29 09:12:32,544 - 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-795de204-c2ce-408e-ad5c-d1e47e0c8188': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:0a:6a:12', u'version': 4, u'addr': u'192.168.130.11', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'60fdfd4b-c2ed-4d3c-a5f9-a48f8d63e2bf'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-EXT-SRV-ATTR:instance_name': u'instance-0000000c', u'OS-SRV-USG:launched_at': u'2018-05-29T09:12:31.000000', 'flavor': Munch({u'id': u'055db498-6a05-48c2-857c-805b7e8d1029'}), 'az': u'nova', 'id': u'611d25fa-fa65-4946-85ec-bc3777c3aabf', 'security_groups': [Munch({u'name': u'vping-sg-795de204-c2ce-408e-ad5c-d1e47e0c8188'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'8bafa668a8e8436d9817309a58c701a1', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': u'192.168.130.11', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'70cc141f1ac541cbb76ecedbbd38451e', 'name': 'admin', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'RegionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': u'192.168.130.11', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': u'192.168.130.11', 'launched_at': u'2018-05-29T09:12:31.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-05-29T09:12:31Z', 'hostId': u'9c3952fb8f2f705dbeebee4fe3468aadf67e5ce69dce05a4a557b0d8', u'OS-EXT-SRV-ATTR:host': u'cmp01', u'OS-SRV-USG:terminated_at': None, 'key_name': u'vping-keypair-795de204-c2ce-408e-ad5c-d1e47e0c8188', 'public_v6': '', 'private_v4': '', 'cloud': 'envvars', 'host_id': u'9c3952fb8f2f705dbeebee4fe3468aadf67e5ce69dce05a4a557b0d8', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-EXT-SRV-ATTR:host': u'cmp01', u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-EXT-SRV-ATTR:instance_name': u'instance-0000000c', u'OS-SRV-USG:launched_at': u'2018-05-29T09:12:31.000000', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'cmp01', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'70cc141f1ac541cbb76ecedbbd38451e', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'cmp01', 'name': u'opnfv-vping-2-ssh--795de204-c2ce-408e-ad5c-d1e47e0c8188', 'adminPass': u'Chv7N4jRroCE', 'tenant_id': u'70cc141f1ac541cbb76ecedbbd38451e', 'region': 'RegionOne', 'created': u'2018-05-29T09:12:24Z', 'has_config_drive': True, 'volumes': [], 'config_drive': u'True'}) 2018-05-29 09:12:35,476 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - floating_ip2: Munch({'status': u'DOWN', 'router_id': u'922cea78-c6b9-4b5a-b9aa-97215e0a5be6', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'70cc141f1ac541cbb76ecedbbd38451e', 'created_at': u'2018-05-29T09:12:34Z', 'attached': True, 'updated_at': u'2018-05-29T09:12:34Z', 'id': u'42a82bf0-8680-4bf4-935a-f7adc2d31fd5', 'floating_network_id': u'5e6853c2-daa3-40bb-833e-34e67add2e9d', 'fixed_ip_address': u'192.168.130.11', 'floating_ip_address': u'10.16.0.121', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'70cc141f1ac541cbb76ecedbbd38451e', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'RegionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'922cea78-c6b9-4b5a-b9aa-97215e0a5be6', 'project_id': u'70cc141f1ac541cbb76ecedbbd38451e', 'port_id': u'b24507cd-1138-4aaf-aa10-20d3f9a596f9', 'port': u'b24507cd-1138-4aaf-aa10-20d3f9a596f9', 'network': u'5e6853c2-daa3-40bb-833e-34e67add2e9d'}) 2018-05-29 09:12:37,358 - 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-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.024029] pid_max: default: 32768 minimum: 301 [ 0.032032] ACPI: Core revision 20150930 [ 0.040833] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.052046] Security Framework initialized [ 0.060028] Yama: becoming mindful. [ 0.068043] AppArmor: AppArmor initialized [ 0.076142] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.084250] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.096082] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.100033] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108218] Initializing cgroup subsys io [ 0.116036] Initializing cgroup subsys memory [ 0.124036] Initializing cgroup subsys devices [ 0.132033] Initializing cgroup subsys freezer [ 0.140035] Initializing cgroup subsys net_cls [ 0.148032] Initializing cgroup subsys perf_event [ 0.156309] Initializing cgroup subsys net_prio [ 0.164033] Initializing cgroup subsys hugetlb [ 0.172031] Initializing cgroup subsys pids [ 0.184028] CPU: Physical Processor ID: 0 [ 0.193127] mce: CPU supports 10 MCE banks [ 0.201035] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.204029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.511163] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.727119] ftrace: allocating 31920 entries in 125 pages [ 0.748220] smpboot: Max logical packages: 1 [ 0.756030] smpboot: APIC(0) Converting physical 0 to logical package 0 2018-05-29 09:12:37,359 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Begin test execution 2018-05-29 09:13:37,419 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - try 1: cannot connect to 192.168.130.11 2018-05-29 09:14:47,431 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - try 2: cannot connect to 192.168.130.11 2018-05-29 09:15:57,490 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - try 3: cannot connect to 192.168.130.11 2018-05-29 09:17:07,558 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - try 4: cannot connect to 192.168.130.11 2018-05-29 09:18:17,571 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - try 5: cannot connect to 192.168.130.11 2018-05-29 09:19:27,588 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - try 6: cannot connect to 192.168.130.11 2018-05-29 09:19:37,598 - functest.opnfv_tests.openstack.vping.vping_ssh - ERROR - cannot connect to 192.168.130.11 2018-05-29 09:19:37,920 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-29 09:19:37,920 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 07:32 | PASS | +-------------------+------------------+------------------+----------------+ 2018-05-29 09:19:52,007 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-05-29 09:19:52,798 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - ext_net: Munch({u'status': u'ACTIVE', u'subnets': [u'59014a97-331d-41a4-a0cf-6c3bac5e42cf'], u'description': u'', u'provider:physical_network': u'physnet1', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-05-29T09:01:22Z', u'is_default': True, u'revision_number': 4, u'port_security_enabled': True, u'mtu': 1500, u'id': u'5e6853c2-daa3-40bb-833e-34e67add2e9d', u'provider:segmentation_id': None, u'router:external': True, u'availability_zone_hints': [], u'availability_zones': [u'nova'], u'name': u'floating_net', u'admin_state_up': True, u'tenant_id': u'70cc141f1ac541cbb76ecedbbd38451e', u'created_at': u'2018-05-29T09:01:16Z', u'provider:network_type': u'flat', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'70cc141f1ac541cbb76ecedbbd38451e'}) 2018-05-29 09:19:52,798 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Begin virtual environment setup 2018-05-29 09:19:52,799 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - vPing Start Time:'2018-05-29 09:19:52' 2018-05-29 09:19:52,799 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Creating image with name: 'functest-vping--135f6aaa-8516-423c-a109-688e50a42aa4' 2018-05-29 09:19:52,799 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Image metadata: None 2018-05-29 09:19:53,428 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/functest-vping--135f6aaa-8516-423c-a109-688e50a42aa4', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-05-29T09:19:53Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'shared', u'file': u'/v2/images/6171d1aa-a00f-41b8-820f-e508c1dd0ef6/file', u'owner': u'70cc141f1ac541cbb76ecedbbd38451e', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'6171d1aa-a00f-41b8-820f-e508c1dd0ef6', u'size': None, u'name': u'functest-vping--135f6aaa-8516-423c-a109-688e50a42aa4', u'checksum': None, u'self': u'/v2/images/6171d1aa-a00f-41b8-820f-e508c1dd0ef6', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-05-29T09:19:53Z', u'schema': u'/v2/schemas/image'}) 2018-05-29 09:19:53,429 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Creating network with name: 'vping-net-135f6aaa-8516-423c-a109-688e50a42aa4' 2018-05-29 09:19:53,833 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': u'physnet2', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-05-29T09:19:53Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vlan', u'id': u'81edb343-6a16-4dae-b36f-f82cb83021dc', u'provider:segmentation_id': 1017, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping-net-135f6aaa-8516-423c-a109-688e50a42aa4', u'admin_state_up': True, u'tenant_id': u'70cc141f1ac541cbb76ecedbbd38451e', u'created_at': u'2018-05-29T09:19:53Z', u'mtu': 1500, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'70cc141f1ac541cbb76ecedbbd38451e'}) 2018-05-29 09:19:54,508 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-05-29T09:19:54Z', 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'74ba3b0c-6a9c-4736-b3d9-b7ec2bd26104', u'subnetpool_id': None, u'service_types': [], u'name': u'vping-subnet-135f6aaa-8516-423c-a109-688e50a42aa4', u'enable_dhcp': True, u'network_id': u'81edb343-6a16-4dae-b36f-f82cb83021dc', u'tenant_id': u'70cc141f1ac541cbb76ecedbbd38451e', u'created_at': u'2018-05-29T09:19:54Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.130.1', u'ip_version': 4, u'project_id': u'70cc141f1ac541cbb76ecedbbd38451e'}) 2018-05-29 09:19:54,508 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Creating router with name: 'vping-router-135f6aaa-8516-423c-a109-688e50a42aa4' 2018-05-29 09:19:56,112 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-05-29T09:19:55Z', u'revision_number': 3, u'ha': False, u'id': u'72a64f4e-f8b4-4cab-964e-2b98dfc0a66f', u'external_gateway_info': {u'network_id': u'5e6853c2-daa3-40bb-833e-34e67add2e9d', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'59014a97-331d-41a4-a0cf-6c3bac5e42cf', u'ip_address': u'10.16.0.118'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping-router-135f6aaa-8516-423c-a109-688e50a42aa4', u'admin_state_up': True, u'tenant_id': u'70cc141f1ac541cbb76ecedbbd38451e', u'created_at': u'2018-05-29T09:19:54Z', u'distributed': False, u'flavor_id': None, u'routes': [], u'project_id': u'70cc141f1ac541cbb76ecedbbd38451e'}) 2018-05-29 09:19:58,447 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Creating flavor with name: 'vping-flavor-135f6aaa-8516-423c-a109-688e50a42aa4' 2018-05-29 09:19:58,558 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - flavor: Munch({'name': u'vping-flavor-135f6aaa-8516-423c-a109-688e50a42aa4', 'ephemeral': 0, 'ram': 1024, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'70cc141f1ac541cbb76ecedbbd38451e', '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'3d25d6da-fd7c-41c9-9f36-c1b929961549', 'swap': 0}) 2018-05-29 09:19:59,371 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-135f6aaa-8516-423c-a109-688e50a42aa4' 2018-05-29 09:20:10,877 - 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-135f6aaa-8516-423c-a109-688e50a42aa4': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:52:bd:bf', u'version': 4, u'addr': u'192.168.130.7', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'6171d1aa-a00f-41b8-820f-e508c1dd0ef6'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-EXT-SRV-ATTR:instance_name': u'instance-0000000d', u'OS-SRV-USG:launched_at': u'2018-05-29T09:20:07.000000', 'flavor': Munch({u'id': u'3d25d6da-fd7c-41c9-9f36-c1b929961549'}), 'az': u'nova', 'id': u'5c4124f5-4e77-4422-9e23-4a5ce4ec402c', 'security_groups': [Munch({u'name': u'vping-sg-135f6aaa-8516-423c-a109-688e50a42aa4'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'8bafa668a8e8436d9817309a58c701a1', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': u'192.168.130.7', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'70cc141f1ac541cbb76ecedbbd38451e', 'name': 'admin', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'RegionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': u'192.168.130.7', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': u'192.168.130.7', 'launched_at': u'2018-05-29T09:20:07.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-05-29T09:20:08Z', 'hostId': u'9c3952fb8f2f705dbeebee4fe3468aadf67e5ce69dce05a4a557b0d8', u'OS-EXT-SRV-ATTR:host': u'cmp01', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': '', 'cloud': 'envvars', 'host_id': u'9c3952fb8f2f705dbeebee4fe3468aadf67e5ce69dce05a4a557b0d8', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-EXT-SRV-ATTR:host': u'cmp01', u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-EXT-SRV-ATTR:instance_name': u'instance-0000000d', u'OS-SRV-USG:launched_at': u'2018-05-29T09:20:07.000000', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'cmp01', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'70cc141f1ac541cbb76ecedbbd38451e', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'cmp01', 'name': u'opnfv-vping-1-135f6aaa-8516-423c-a109-688e50a42aa4', 'adminPass': u'HtJ5jJRCUCkw', 'tenant_id': u'70cc141f1ac541cbb76ecedbbd38451e', 'region': 'RegionOne', 'created': u'2018-05-29T09:20:00Z', 'has_config_drive': True, 'volumes': [], 'config_drive': u'True'}) 2018-05-29 09:20:12,491 - 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-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.045114] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.064046] Security Framework initialized [ 0.072028] Yama: becoming mindful. [ 0.080043] AppArmor: AppArmor initialized [ 0.088112] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.096255] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.104250] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.112032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.120220] Initializing cgroup subsys io [ 0.128034] Initializing cgroup subsys memory [ 0.136036] Initializing cgroup subsys devices [ 0.144032] Initializing cgroup subsys freezer [ 0.152032] Initializing cgroup subsys net_cls [ 0.160032] Initializing cgroup subsys perf_event [ 0.168034] Initializing cgroup subsys net_prio [ 0.176031] Initializing cgroup subsys hugetlb [ 0.184031] Initializing cgroup subsys pids [ 0.197435] CPU: Physical Processor ID: 0 [ 0.205413] mce: CPU supports 10 MCE banks [ 0.217611] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.224028] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 2018-05-29 09:20:12,491 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4' 2018-05-29 09:20:21,167 - 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-135f6aaa-8516-423c-a109-688e50a42aa4': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:11:aa:0c', u'version': 4, u'addr': u'192.168.130.9', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'6171d1aa-a00f-41b8-820f-e508c1dd0ef6'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-EXT-SRV-ATTR:instance_name': u'instance-0000000e', u'OS-SRV-USG:launched_at': u'2018-05-29T09:20:19.000000', 'flavor': Munch({u'id': u'3d25d6da-fd7c-41c9-9f36-c1b929961549'}), 'az': u'nova', 'id': u'489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'8bafa668a8e8436d9817309a58c701a1', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': u'192.168.130.9', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'70cc141f1ac541cbb76ecedbbd38451e', 'name': 'admin', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'RegionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': u'192.168.130.9', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': u'192.168.130.9', 'launched_at': u'2018-05-29T09:20:19.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-05-29T09:20:20Z', 'hostId': u'9c3952fb8f2f705dbeebee4fe3468aadf67e5ce69dce05a4a557b0d8', u'OS-EXT-SRV-ATTR:host': u'cmp01', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': '', 'cloud': 'envvars', 'host_id': u'9c3952fb8f2f705dbeebee4fe3468aadf67e5ce69dce05a4a557b0d8', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-EXT-SRV-ATTR:host': u'cmp01', u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-EXT-SRV-ATTR:instance_name': u'instance-0000000e', u'OS-SRV-USG:launched_at': u'2018-05-29T09:20:19.000000', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'cmp01', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'70cc141f1ac541cbb76ecedbbd38451e', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'cmp01', 'name': u'opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4', 'adminPass': u'tNeWNwyqV6db', 'tenant_id': u'70cc141f1ac541cbb76ecedbbd38451e', 'region': 'RegionOne', 'created': u'2018-05-29T09:20:13Z', 'has_config_drive': True, 'volumes': [], 'config_drive': u'True'}) 2018-05-29 09:20:22,903 - 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-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.045114] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.064046] Security Framework initialized [ 0.072028] Yama: becoming mindful. [ 0.080043] AppArmor: AppArmor initialized [ 0.088112] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.096255] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.104250] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.112032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.120220] Initializing cgroup subsys io [ 0.128034] Initializing cgroup subsys memory [ 0.136036] Initializing cgroup subsys devices [ 0.144032] Initializing cgroup subsys freezer [ 0.152032] Initializing cgroup subsys net_cls [ 0.160032] Initializing cgroup subsys perf_event [ 0.168034] Initializing cgroup subsys net_prio [ 0.176031] Initializing cgroup subsys hugetlb [ 0.184031] Initializing cgroup subsys pids [ 0.197435] CPU: Physical Processor ID: 0 [ 0.205413] mce: CPU supports 10 MCE banks [ 0.217611] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.224028] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.503809] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.720398] ftrace: allocating 31920 entries in 125 pages [ 0.744501] smpboot: Max logical packages: 1 [ 0.752029] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.767903] x2apic enabled [ 0.768033] Switched APIC routing to physical x2apic. [ 0.799280] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.800000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.812044] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.828063] ... version: 2 [ 0.832034] ... bit width: 48 [ 0.836034] ... generic registers: 4 [ 0.840034] ... value mask: 0000ffffffffffff [ 0.844034] ... max period: 000000007fffffff [ 0.848035] ... fixed-purpose events: 3 [ 0.852035] ... event mask: 000000070000000f [ 0.856094] KVM setup paravirtual spinlock [ 0.860669] x86: Booted up 1 node, 1 CPUs [ 0.864037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.872081] devtmpfs: initialized [ 0.879030] evm: security.selinux [ 0.880037] evm: security.SMACK64 [ 0.884034] evm: security.SMACK64EXEC [ 0.888034] evm: security.SMACK64TRANSMUTE [ 0.892034] evm: security.SMACK64MMAP [ 0.896034] evm: security.ima [ 0.900034] evm: security.capability [ 0.904429] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.908115] pinctrl core: initialized pinctrl subsystem [ 0.912892] RTC time: 9:20:13, date: 05/29/18 [ 0.916147] NET: Registered protocol family 16 [ 0.920184] cpuidle: using governor ladder [ 0.924053] cpuidle: using governor menu [ 0.928037] PCCT header not found. [ 0.932255] ACPI: bus type PCI registered [ 0.936035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.940823] PCI: Using configuration type 1 for base access [ 0.944384] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.949483] ACPI: Added _OSI(Module Device) [ 0.952035] ACPI: Added _OSI(Processor Device) [ 0.956035] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.960034] ACPI: Added _OSI(Processor Aggregator Device) [ 0.967115] ACPI: Interpreter enabled [ 0.968038] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.980035] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.992045] ACPI: (supports S0 S3 S4 S5) [ 0.996034] ACPI: Using IOAPIC for interrupt routing [ 1.000048] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.009727] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.012039] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.016039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.020041] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.024660] acpiphp: Slot [3] registered [ 1.028149] acpiphp: Slot [4] registered [ 1.032147] acpiphp: Slot [5] registered [ 1.036147] acpiphp: Slot [6] registered [ 1.040147] acpiphp: Slot [7] registered [ 1.044148] acpiphp: Slot [8] registered [ 1.048146] acpiphp: Slot [9] registered [ 1.052147] acpiphp: Slot [10] registered [ 1.056150] acpiphp: Slot [11] registered [ 1.060146] acpiphp: Slot [12] registered [ 1.064147] acpiphp: Slot [13] registered [ 1.068147] acpiphp: Slot [14] registered [ 1.072431] acpiphp: Slot [15] registered [ 1.076418] acpiphp: Slot [16] registered [ 1.080148] acpiphp: Slot [17] registered [ 1.084146] acpiphp: Slot [18] registered [ 1.088421] acpiphp: Slot [19] registered [ 1.092145] acpiphp: Slot [20] registered [ 1.096146] acpiphp: Slot [21] registered [ 1.100145] acpiphp: Slot [22] registered [ 1.105536] acpiphp: Slot [23] registered [ 1.108148] acpiphp: Slot [24] registered [ 1.112145] acpiphp: Slot [25] registered [ 1.116160] acpiphp: Slot [26] registered [ 1.120148] acpiphp: Slot [27] registered [ 1.124160] acpiphp: Slot [28] registered [ 1.128148] acpiphp: Slot [29] registered [ 1.132151] acpiphp: Slot [30] registered [ 1.136150] acpiphp: Slot [31] registered [ 1.140140] PCI host bridge to bus 0000:00 [ 1.144037] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.148035] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.152036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.156036] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.160036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.164038] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.190322] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.192037] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.196035] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.200034] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.223109] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.224132] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.341748] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.352526] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.364524] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.376521] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.388274] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.396555] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.400367] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.404000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.404035] vgaarb: loaded [ 1.408033] vgaarb: bridge control possible 0000:00:02.0 [ 1.412231] SCSI subsystem initialized [ 1.416377] ACPI: bus type USB registered [ 1.420058] usbcore: registered new interface driver usbfs [ 1.424044] usbcore: registered new interface driver hub [ 1.428048] usbcore: registered new device driver usb [ 1.432272] PCI: Using ACPI for IRQ routing [ 1.438062] NetLabel: Initializing [ 1.440035] NetLabel: domain hash size = 128 [ 1.444034] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.448087] NetLabel: unlabeled traffic allowed by default [ 1.452448] clocksource: Switched to clocksource kvm-clock [ 1.478999] AppArmor: AppArmor Filesystem Enabled [ 1.495900] pnp: PnP ACPI init [ 1.509880] pnp: PnP ACPI: found 5 devices [ 1.532700] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.563528] NET: Registered protocol family 2 [ 1.579706] TCP established hash table entries: 8192 (order: 4, 65536 bytes) [ 1.601306] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.621929] TCP: Hash tables configured (established 8192 bind 8192) [ 1.642225] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.660461] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.681061] NET: Registered protocol family 1 [ 1.696535] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.716362] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.735296] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.782454] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.828591] Trying to unpack rootfs image as initramfs... [ 1.935122] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.960340] Scanning for low memory corruption every 60 seconds [ 1.980866] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.001340] audit: initializing netlink subsys (disabled) [ 2.021510] audit: type=2000 audit(1527585612.006:1): initialized [ 2.042694] Initialise system trusted keyring [ 2.058521] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.080736] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.103852] zbud: loaded [ 2.115346] VFS: Disk quotas dquot_6.6.0 [ 2.131238] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.152647] fuse init (API version 7.23) [ 2.168192] Key type big_key registered [ 2.181467] Allocating IMA MOK and blacklist keyrings. [ 2.201263] Key type asymmetric registered [ 2.216542] Asymmetric key parser 'x509' registered [ 2.233536] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.261095] io scheduler noop registered [ 2.277142] io scheduler deadline registered (default) [ 2.296152] io scheduler cfq registered [ 2.309357] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.327319] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.349389] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.377582] ACPI: Power Button [PWRF] [ 2.397140] GHES: HEST is not enabled! [ 2.442884] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.543652] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.596372] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.634862] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.697717] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.729218] Linux agpgart interface v0.103 [ 2.749350] brd: module loaded [ 2.761894] loop: module loaded [ 2.790227] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.823347] GPT:90111 != 2097151 [ 2.838165] GPT:Alternate GPT header not at the end of the disk. [ 2.860289] GPT:90111 != 2097151 [ 2.872590] GPT: Use GNU Parted to correct GPT errors. [ 2.889418] vda: vda1 vda15 [ 2.907526] vdb: [ 2.919806] scsi host0: ata_piix [ 2.931016] scsi host1: ata_piix [ 2.942962] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.963330] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.988078] libphy: Fixed MDIO Bus: probed [ 3.001260] tun: Universal TUN/TAP device driver, 1.6 [ 3.017574] tun: (C) 1999-2004 Max Krasnyansky [ 3.047365] PPP generic driver version 2.4.2 [ 3.065882] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.085424] ehci-pci: EHCI PCI platform driver [ 3.101122] ehci-platform: EHCI generic platform driver [ 3.116431] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.135717] ohci-pci: OHCI PCI platform driver [ 3.152699] ohci-platform: OHCI generic platform driver [ 3.167089] uhci_hcd: USB Universal Host Controller Interface driver [ 3.206704] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.223060] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.247744] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.263899] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.280554] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.300971] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.325276] usb usb1: Product: UHCI Host Controller [ 3.342272] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.362725] usb usb1: SerialNumber: 0000:00:01.2 [ 3.377714] hub 1-0:1.0: USB hub found [ 3.391214] hub 1-0:1.0: 2 ports detected [ 3.405219] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.437433] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.451724] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.467204] mousedev: PS/2 mouse device common for all mice [ 3.485247] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.511083] rtc_cmos 00:00: RTC can wake from S4 [ 3.528540] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.548356] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.565995] i2c /dev entries driver [ 3.579266] device-mapper: uevent: version 1.0.3 [ 3.593491] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.619047] ledtrig-cpu: registered to indicate activity on CPUs [ 3.644578] NET: Registered protocol family 10 [ 3.658660] NET: Registered protocol family 17 [ 3.673213] Key type dns_resolver registered [ 3.692440] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.708586] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.747328] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.769418] registered taskstats version 1 [ 3.783111] Loading compiled-in X.509 certificates [ 3.799466] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.827553] zswap: loaded using pool lzo/zbud [ 4.049850] Key type trusted registered [ 4.081951] Key type encrypted registered [ 4.130686] AppArmor: AppArmor sha1 policy hashing enabled [ 4.157148] ima: No TPM chip found, activating TPM-bypass! [ 4.176306] evm: HMAC attrs: 0x1 [ 4.195231] Magic number: 2:398:324 [ 4.209893] tty tty49: hash matches [ 4.223640] acpi PNP0B00:00: hash matches [ 4.239514] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:18 UTC (1527585618) [ 4.268116] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.287837] EDD information not available. [ 4.308571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.334048] Write protecting the kernel read-only data: 14336k [ 4.354776] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.384245] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) [ 4.413531] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.436197] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.457822] usb 1-1: Product: QEMU USB Tablet [ 4.473831] usb 1-1: Manufacturer: QEMU [ 4.490456] usb 1-1: SerialNumber: 42 info: initramfs: up at 4.53 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 5.01 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 5.177640] random: dd urandom read with 11 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.7... Lease of 192.168.130.7 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDRuxK0BPhio/xZc/3Er5niDTGdQ9BjNCTnkp9g00I+bF55h4Z8JKpZii5LIhJfKzEpbvoPUuOD0u9WxWldDl6OexgjBSb7h32G2j2K32FG2/bxafcQCtDvkFaWoDDaiEz/e5HW+bX8fM3HZ1nh3BN49H35oeuoo2C4l2Y9k/cJzCINrMl1rCYuILuawMNOBmkKVNhp7Upc1nCVmrY5mCTYj542WOHSWUqbewajDXqQHAqh/4OgWpNnalyHxqkOTZMI6Rao1fwlQJ25BDwoOQVvwiU7lavxQlLySwecU9zIj7JJCYfKWbdJUWISL5/kiJe28ZDHwOlwb3teqZ7W/rkj root@opnfv-vping-1-135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAIaOglRmxGagfNgjw60xlr/9vbKxbDK0ahylsx3wnlNtExCwzskxiOkbssvX2mrX1o8vlmbjLBsVn680V0wESgQqFhOiuWWkJnms0K9f5yeggHNHk3DFSALiFj8kLBxyJvq8+oYPLEexkDph8KWwPFAaSgTUXS3XNrAc76gZ3NWPAAAAFQCqu9W0xkPPyj7I+SEveKt3W5nRwQAAAIB5H/lfh+NBqQdN0XaHKJYTpaveb1d6ozEE+VSfbaTphamHKSUoJ21zxITO6N8Eg6jjBVKiPzGq7Fp+WYFL9U+Ymrp17Djq07bgwlvEUEX4Vb4vKV7LWrOaxr7Teui2nTv0myMX6I+cSaidTW9l849C855N6sHPm5J4zTHt0WpmZwAAAIAVhh8VBT1EQYa0Hp959uiE3HWIuFbNQgjuAh2hH7KBPgrdRJl3BScXT6UU4qYRsYeCww3/Mbe9Ixzdy6f7ryQMJixf+AElM1uqCQXn8lKv8y9Af1Ffd8kh9YF3rVFuwyFl01hZLzfSbLUda/eR4cX/RlRUiEIyIuQU9tGloHIOWQ== root@opnfv-vping-1-135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.7,24,fe80::f816:3eff:fe52:bdbf/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.7 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: configdrive local === instance-id: 5c4124f5-4e77-4422-9e23-4a5ce4ec402c name: opnfv-vping-1-135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-1-135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.72 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-1-135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.35s] 2018-05-29 09:20:22,904 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Begin test execution 2018-05-29 09:20:22,905 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Waiting for ping... 2018-05-29 09:20:25,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-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 2018-05-29 09:20:25,159 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging . Waiting for response... 2018-05-29 09:20:27,211 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access 2018-05-29 09:20:29,237 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 2018-05-29 09:20:31,352 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud 2018-05-29 09:20:33,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-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 2018-05-29 09:20:35,515 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:20:37,585 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:20:39,626 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:20:41,677 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:20:43,721 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:20:45,749 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:20:45,749 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging . Waiting for response... 2018-05-29 09:20:47,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-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:20:50,104 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:20:52,163 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:20:54,209 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:20:56,254 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:20:58,309 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:21:00,363 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:21:02,444 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:21:04,764 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:21:06,805 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:21:06,806 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging . Waiting for response... 2018-05-29 09:21:08,855 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:21:10,860 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:21:12,885 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:21:14,930 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:21:16,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-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:21:19,024 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:21:21,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-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:21:23,096 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:21:25,132 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:21:27,173 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:21:27,174 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging . Waiting for response... 2018-05-29 09:21:29,451 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:21:31,568 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:21:33,649 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:21:35,707 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:21:37,802 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:21:39,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-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:21:41,993 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:21:44,041 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:21:46,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-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:21:48,174 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:21:48,175 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging . Waiting for response... 2018-05-29 09:21:50,257 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:21:52,342 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:21:54,579 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:21:56,674 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:21:58,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-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:22:00,883 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:22:02,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-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:22:04,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-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:22:07,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-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:22:09,686 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:22:09,686 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging . Waiting for response... 2018-05-29 09:22:11,739 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:22:13,757 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:22:15,787 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:22:17,798 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:22:19,829 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:22:21,927 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:22:23,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-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:22:26,025 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:22:28,078 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:22:30,127 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:22:30,129 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging . Waiting for response... 2018-05-29 09:22:32,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-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:22:34,230 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:22:36,751 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:22:38,887 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:22:40,909 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:22:42,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-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:22:45,166 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:22:47,180 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:22:49,315 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:22:51,410 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:22:51,410 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging . Waiting for response... 2018-05-29 09:22:53,417 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:22:55,455 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:22:57,499 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:22:59,541 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:23:01,561 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:23:03,580 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:23:05,616 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:23:07,632 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:23:09,673 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:23:11,689 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:23:11,689 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging . Waiting for response... 2018-05-29 09:23:13,690 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:23:15,739 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:23:17,784 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:23:19,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-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:23:21,963 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:23:24,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-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:23:26,550 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:23:28,688 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:23:30,727 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:23:32,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-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:23:32,763 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging . Waiting for response... 2018-05-29 09:23:34,799 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:23:36,899 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:23:38,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-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:23:41,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-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:23:43,163 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:23:45,238 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:23:47,290 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:23:49,349 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:23:51,399 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:23:53,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-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:23:53,432 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging . Waiting for response... 2018-05-29 09:23:55,515 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:23:57,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-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:23:59,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-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:24:01,681 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:24:03,959 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:24:06,002 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:24:08,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-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:24:10,123 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:24:12,208 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:24:14,406 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:24:14,406 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging . Waiting for response... 2018-05-29 09:24:16,437 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:24:18,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-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:24:20,518 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:24:22,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-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:24:24,580 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:24:26,687 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:24:28,815 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:24:30,831 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:24:32,974 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:24:35,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-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:24:35,160 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging . Waiting for response... 2018-05-29 09:24:37,222 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:24:39,261 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:24:41,452 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:24:43,766 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:24:45,779 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:24:47,840 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:24:49,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-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:24:51,960 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:24:54,050 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:24:56,122 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:24:56,122 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging . Waiting for response... 2018-05-29 09:24:58,184 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:25:00,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-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:25:02,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-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:25:04,596 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:25:06,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-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:25:08,765 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:25:10,928 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:25:13,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-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:25:15,079 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:25:17,145 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:25:17,145 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging . Waiting for response... 2018-05-29 09:25:19,260 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:25:21,403 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:25:23,752 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:25:25,888 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:25:27,923 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:25:30,006 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:25:32,093 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:25:34,131 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:25:36,187 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:25:38,246 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:25:38,246 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging . Waiting for response... 2018-05-29 09:25:40,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-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:25:42,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-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:25:44,418 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:25:46,473 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:25:48,528 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:25:50,750 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:25:52,799 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:25:54,861 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:25:56,927 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:25:59,004 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:25:59,005 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging . Waiting for response... 2018-05-29 09:26:01,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-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:26:03,297 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:26:05,349 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:26:07,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-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:26:09,658 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:26:11,681 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:26:13,707 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:26:15,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-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:26:17,790 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:26:19,828 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:26:19,829 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging . Waiting for response... 2018-05-29 09:26:21,834 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:26:23,863 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:26:25,947 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:26:27,974 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:26:30,017 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:26:32,050 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:26:34,089 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:26:36,301 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:26:38,334 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:26:40,397 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:26:40,398 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging . Waiting for response... 2018-05-29 09:26:42,635 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:26:44,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-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:26:46,782 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:26:48,827 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:26:50,922 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:26:53,033 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:26:55,242 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:26:57,379 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:26:59,520 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:27:01,585 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:27:01,588 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging . Waiting for response... 2018-05-29 09:27:03,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-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:27:05,677 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:27:07,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-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:27:09,822 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:27:11,917 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:27:13,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-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:27:15,980 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:27:18,045 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:27:20,416 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:27:22,436 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffd9fff] usable [ 0.000000] BIOS-e820: [mem 0x000000003ffda000-0x000000003fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x3ffda max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f6a40-0x000f6a4f] mapped at [ffff8800000f6a40] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x37b3a000-0x37feffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6830 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000003FFE164F 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000003FFE142B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013EB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000003FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000003FFE151F 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: SRAT 0x000000003FFE1597 0000B8 (v01 BOCHS BXPCSRAT 00000001 BXPC 00000001) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff] [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff] [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3ffd9fff] -> [mem 0x00000000-0x3ffd9fff] [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffd5000-0x3ffd9fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:3ffd1001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffd9fff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffd9fff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffd9fff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257891 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1007860K/1048032K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 2799.990 MHz processor [ 0.016000] Calibrating delay loop (skipped) preset value.. 5599.98 BogoMIPS (lpj=11199960) [ 0.028029] pid_max: default: 32768 minimum: 301 [ 0.036036] ACPI: Core revision 20150930 [ 0.044858] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.060050] Security Framework initialized [ 0.068029] Yama: becoming mindful. [ 0.076048] AppArmor: AppArmor initialized [ 0.084127] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.092284] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.100257] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.108032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.116256] Initializing cgroup subsys io [ 0.124036] Initializing cgroup subsys memory [ 0.132039] Initializing cgroup subsys devices [ 0.140037] Initializing cgroup subsys freezer [ 0.148034] Initializing cgroup subsys net_cls [ 0.156032] Initializing cgroup subsys perf_event [ 0.164050] Initializing cgroup subsys net_prio [ 0.172033] Initializing cgroup subsys hugetlb [ 0.180033] Initializing cgroup subsys pids [ 0.194191] CPU: Physical Processor ID: 0 [ 0.204503] mce: CPU supports 10 MCE banks [ 0.213098] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.541860] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.768878] ftrace: allocating 31920 entries in 125 pages [ 0.792769] smpboot: Max logical packages: 1 [ 0.796034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.811244] x2apic enabled [ 0.812034] Switched APIC routing to physical x2apic. [ 0.840000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.840000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4) [ 0.852048] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver. [ 0.864092] ... version: 2 [ 0.868301] ... bit width: 48 [ 0.872035] ... generic registers: 4 [ 0.876034] ... value mask: 0000ffffffffffff [ 0.880034] ... max period: 000000007fffffff [ 0.884034] ... fixed-purpose events: 3 [ 0.888035] ... event mask: 000000070000000f [ 0.892120] KVM setup paravirtual spinlock [ 0.896860] x86: Booted up 1 node, 1 CPUs [ 0.900037] smpboot: Total of 1 processors activated (5599.98 BogoMIPS) [ 0.907668] devtmpfs: initialized [ 0.910871] evm: security.selinux [ 0.912037] evm: security.SMACK64 [ 0.916034] evm: security.SMACK64EXEC [ 0.920034] evm: security.SMACK64TRANSMUTE [ 0.924035] evm: security.SMACK64MMAP [ 0.928034] evm: security.ima [ 0.932035] evm: security.capability [ 0.936259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.940180] pinctrl core: initialized pinctrl subsystem [ 0.944952] RTC time: 9:20:26, date: 05/29/18 [ 0.948196] NET: Registered protocol family 16 [ 0.952494] cpuidle: using governor ladder [ 0.956037] cpuidle: using governor menu [ 0.960038] PCCT header not found. [ 0.964818] ACPI: bus type PCI registered [ 0.968035] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.972814] PCI: Using configuration type 1 for base access [ 0.976953] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off [ 0.982431] ACPI: Added _OSI(Module Device) [ 0.984035] ACPI: Added _OSI(Processor Device) [ 0.988034] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.992046] ACPI: Added _OSI(Processor Aggregator Device) [ 1.000131] ACPI: Interpreter enabled [ 1.004040] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 1.016036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 1.028045] ACPI: (supports S0 S3 S4 S5) [ 1.032034] ACPI: Using IOAPIC for interrupt routing [ 1.036051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.044848] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.048040] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.052039] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 1.056319] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.060705] acpiphp: Slot [3] registered [ 1.064147] acpiphp: Slot [4] registered [ 1.068146] acpiphp: Slot [5] registered [ 1.072143] acpiphp: Slot [6] registered [ 1.076144] acpiphp: Slot [7] registered [ 1.080184] acpiphp: Slot [8] registered [ 1.084147] acpiphp: Slot [9] registered [ 1.088146] acpiphp: Slot [10] registered [ 1.092155] acpiphp: Slot [11] registered [ 1.096146] acpiphp: Slot [12] registered [ 1.100143] acpiphp: Slot [13] registered [ 1.104141] acpiphp: Slot [14] registered [ 1.108141] acpiphp: Slot [15] registered [ 1.112142] acpiphp: Slot [16] registered [ 1.116178] acpiphp: Slot [17] registered [ 1.120142] acpiphp: Slot [18] registered [ 1.124143] acpiphp: Slot [19] registered [ 1.128143] acpiphp: Slot [20] registered [ 1.132160] acpiphp: Slot [21] registered [ 1.136192] acpiphp: Slot [22] registered [ 1.140444] acpiphp: Slot [23] registered [ 1.144194] acpiphp: Slot [24] registered [ 1.148142] acpiphp: Slot [25] registered [ 1.152693] acpiphp: Slot [26] registered [ 1.156142] acpiphp: Slot [27] registered [ 1.160140] acpiphp: Slot [28] registered [ 1.164141] acpiphp: Slot [29] registered [ 1.168145] acpiphp: Slot [30] registered [ 1.172727] acpiphp: Slot [31] registered [ 1.176137] PCI host bridge to bus 0000:00 [ 1.180038] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.184036] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.188036] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.192046] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window] [ 1.196036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.200036] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.227535] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.228045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.232036] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.236035] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.258033] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.260130] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.386932] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.396830] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.409313] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.420803] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.436276] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.444871] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.448434] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 1.452000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.452035] vgaarb: loaded [ 1.456035] vgaarb: bridge control possible 0000:00:02.0 [ 1.460265] SCSI subsystem initialized [ 1.464134] ACPI: bus type USB registered [ 1.468066] usbcore: registered new interface driver usbfs [ 1.472045] usbcore: registered new interface driver hub [ 1.476054] usbcore: registered new device driver usb [ 1.480241] PCI: Using ACPI for IRQ routing [ 1.488136] NetLabel: Initializing [ 1.492034] NetLabel: domain hash size = 128 [ 1.496033] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.500049] NetLabel: unlabeled traffic allowed by default [ 1.504179] clocksource: Switched to clocksource kvm-clock [ 1.528652] AppArmor: AppArmor Filesystem Enabled [ 1.543141] pnp: PnP ACPI init [ 1.555311] pnp: PnP ACPI: found 5 devices [ 1.575918] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.600832] NET: Registered protocol family 2 [ 1.613434] TCP established hash table entries: 8192 (order: 4, 65536 bytes) 0.916034] 2[ 1.632419] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.650790] TCP: Hash tables configured (established 8192 bind 8192) [ 1.668073] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.684851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.703744] NET: Registered protocol family 1 [ 1.718132] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.734372] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.751566] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.795163] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 1.837017] Trying to unpack rootfs image as initramfs... [ 1.944511] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000) [ 1.971070] Scanning for low memory corruption every 60 seconds [ 1.987728] futex hash table entries: 256 (order: 2, 16384 bytes) [ 2.005989] audit: initializing netlink subsys (disabled) [ 2.020160] audit: type=2000 audit(1527585624.782:1): initialized [ 2.039052] Initialise system trusted keyring [ 2.052819] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 2.070997] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.090868] zbud: loaded [ 2.102253] VFS: Disk quotas dquot_6.6.0 [ 2.115053] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.134723] fuse init (API version 7.23) [ 2.147898] Key type big_key registered [ 2.159529] Allocating IMA MOK and blacklist keyrings. [ 2.176534] Key type asymmetric registered [ 2.190117] Asymmetric key parser 'x509' registered [ 2.203797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 2.226430] io scheduler noop registered [ 2.239693] io scheduler deadline registered (default) [ 2.255057] io scheduler cfq registered [ 2.267719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.285037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.304141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.326792] ACPI: Power Button [PWRF] [ 2.340097] GHES: HEST is not enabled! [ 2.380101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 2.473484] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 2.523731] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 2.554197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.619632] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.648315] Linux agpgart interface v0.103 [ 2.665647] brd: module loaded [ 2.679280] loop: module loaded [ 2.703171] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.728672] GPT:90111 != 2097151 [ 2.742161] GPT:Alternate GPT header not at the end of the disk. [ 2.758848] GPT:90111 != 2097151 [ 2.769838] GPT: Use GNU Parted to correct GPT errors. [ 2.787109] vda: vda1 vda15 [ 2.805317] vdb: [ 2.818473] scsi host0: ata_piix [ 2.832239] scsi host1: ata_piix [ 2.846163] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0e0 irq 14 [ 2.868240] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0e8 irq 15 [ 2.890832] libphy: Fixed MDIO Bus: probed [ 2.906430] tun: Universal TUN/TAP device driver, 1.6 [ 2.923178] tun: (C) 1999-2004 Max Krasnyansky [ 2.950187] PPP generic driver version 2.4.2 [ 2.982347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.003020] ehci-pci: EHCI PCI platform driver [ 3.018389] ehci-platform: EHCI generic platform driver [ 3.037327] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.059349] ohci-pci: OHCI PCI platform driver [ 3.077702] ohci-platform: OHCI generic platform driver [ 3.098279] uhci_hcd: USB Universal Host Controller Interface driver [ 3.143738] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 3.160290] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 3.183562] uhci_hcd 0000:00:01.2: detected 2 ports [ 3.199148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 3.234217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 3.267408] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.292974] usb usb1: Product: UHCI Host Controller [ 3.309995] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 3.329831] usb usb1: SerialNumber: 0000:00:01.2 [ 3.346095] hub 1-0:1.0: USB hub found [ 3.361436] hub 1-0:1.0: 2 ports detected [ 3.376206] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.417464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.436097] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.456607] mousedev: PS/2 mouse device common for all mice [ 3.479610] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.512468] rtc_cmos 00:00: RTC can wake from S4 [ 3.534866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.556571] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.577155] i2c /dev entries driver [ 3.591278] device-mapper: uevent: version 1.0.3 [ 3.608595] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.639816] ledtrig-cpu: registered to indicate activity on CPUs [ 3.660392] NET: Registered protocol family 10 [ 3.677996] NET: Registered protocol family 17 [ 3.696078] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 3.721374] Key type dns_resolver registered [ 3.738130] microcode: CPU0 sig=0x306e4, pf=0x1, revision=0x1 [ 3.758816] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.794382] registered taskstats version 1 [ 3.811080] Loading compiled-in X.509 certificates [ 3.829607] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 3.862734] zswap: loaded using pool lzo/zbud [ 4.094823] Key type trusted registered [ 4.111282] Key type encrypted registered [ 4.126675] AppArmor: AppArmor sha1 policy hashing enabled [ 4.146179] ima: No TPM chip found, activating TPM-bypass! [ 4.163081] evm: HMAC attrs: 0x1 [ 4.180633] Magic number: 2:398:324 [ 4.192903] tty tty49: hash matches [ 4.204821] acpi PNP0B00:00: hash matches [ 4.221090] rtc_cmos 00:00: setting system clock to 2018-05-29 09:20:31 UTC (1527585631) [ 4.247529] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 4.266792] EDD information not available. [ 4.287571] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 4.312062] Write protecting the kernel read-only data: 14336k [ 4.328646] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 4.348591] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 4.367172] usb 1-1: Product: QEMU USB Tablet [ 4.381188] usb 1-1: Manufacturer: QEMU [ 4.394281] usb 1-1: SerialNumber: 42 [ 4.409017] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 4.434393] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 4.47 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 4.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 4.976782] random: dd urandom read with 10 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.9... Lease of 192.168.130.9 obtained, lease time 600 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 no userdata for datasource === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 2799.990 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: VT-x RAM Size: 992MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 vdb 253:16 67108864 config-2 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCb8jz2QfniTlzGUS0siZ32c9KBcwLv/kt1WmpfP0ENkQboKR5vz7DhuWCqFiHMBl8sXPaNbwAUwdke2Dn5brE0IYxWXiOhNW1/nDM4LK76Z//izxPJ1I1pDOIivp0f/RuMCRzRHi5OHppIzpoG/ljKvftRu3PZS3pjVZmh3JRL9xSwb/V3EOadxUhqn2TOOIILgsvzX0VU+5JuL4KlofPiqkirO+Kl7I1wPXMTQ4BP69RyR+DqJBw9TOF0UJQ8J4F2QwazVGrVndml/qPwx5YhfEAG7ZX37yRMem6dgCQsqArZaQDFaLTtJswoXyk0wQnPINRMmeVU9A8oVTTbgDzR root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 ssh-dss AAAAB3NzaC1kc3MAAACBAKklEeQODFnYBuVKdc68j/wZFptSi0ajI+6f4ZNqHq+KwyszgEmoew+pTME8ucNZXpCz9We40xDP2aNvi7n4RuCrPx380V9NamZ5RCpY85680QKucrnOtHsqUSswbuzMqcF9hhhVOmJxfxuHMTRrIFcFrO/srHeUHvvt6a40061FAAAAFQD/Mka9YI3Q/3yKPQpXh2DzSqFquQAAAIBZMLRm5RUWtkdF5hJyrJoUH+5avin/dIIUwol9F4qpSpxHGPK0qyQCteu7/NwzbuG0VM0ipDG3PzlUCgX/RHz4i6gfWE82LKmJdgpbx6FefxmK6CXj9zylyR7nLsL1K0fqkLmCteq3OA6l/4FL0dBHydIqmE8wCqpzolJrogdSLgAAAIB4ybxa/eTYp7qfZwLF724Xydbk3U6g0/HdXBRtH2/K4qfR/JsXncH7Q98NH47nRszo+5/YjCh9k7B6nCZdYSW8xqjL6ItuxkOKNvQcYubKlMpy7AV9eF0yezzehwjQ9IkNw+lmNgzALRNJtTRakuiKKl8RkCIIdoaBEp38qaAO7A== root@opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.9,24,fe80::f816:3eff:fe11:aa0c/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.1 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.9 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: configdrive local === instance-id: 489b0f59-6a2f-4ed8-9e6c-9b9c5ab6878b name: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 availability-zone: nova local-hostname: opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4.novalocal launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=6.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-userdata--135f6aaa-8516-423c-a109-688e50a42aa4 login: /dev/root resized successfully [took 1.27s] 2018-05-29 09:27:22,437 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Timeout reached. 2018-05-29 09:27:22,761 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-29 09:27:22,761 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 07:30 | FAIL | +------------------------+------------------+------------------+----------------+ 2018-05-29 09:27:35,507 - xtesting.ci.run_tests - ERROR - The test case 'vping_userdata' failed. 2018-05-29 09:27:35,508 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-05-29 09:27:35,591 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - cloud: 2018-05-29 09:27:35,591 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - domain: Default 2018-05-29 09:27:35,591 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-29 09:27:44,304 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-29 09:27:44.134 12 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=732e001e-6948-4c52-872e-60060a12e80b) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 732e001e-6948-4c52-872e-60060a12e80b | 2018-05-29T09:27:44 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 732e001e-6948-4c52-872e-60060a12e80b ~/.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-29 09:27:49,807 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | artifact | Available | | __unknown__ | compute_legacy | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-05-29 09:27:49,807 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-29 09:28:00,052 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-05-29 09:27:57.953 21 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-05-29 09:27:58.028 21 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-05-29 09:27:59.865 21 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=1b3fc983-e49f-49c9-92f8-5eacdb9e8236) has been successfully created! Using verifier 'opnfv-tempest' (UUID=1b3fc983-e49f-49c9-92f8-5eacdb9e8236) as the default verifier for the future CLI operations. 2018-05-29 09:28:05,759 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating network with name: 'tempest-net-91db1049-8c4f-45c6-969f-13086aca4772' 2018-05-29 09:28:06,729 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': u'physnet2', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-05-29T09:28:06Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vlan', u'id': u'3012e2da-b23f-4e9a-b555-e2908f7ac587', u'provider:segmentation_id': 1060, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tempest-net-91db1049-8c4f-45c6-969f-13086aca4772', u'admin_state_up': True, u'tenant_id': u'70cc141f1ac541cbb76ecedbbd38451e', u'created_at': u'2018-05-29T09:28:06Z', u'mtu': 1500, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'70cc141f1ac541cbb76ecedbbd38451e'}) 2018-05-29 09:28:07,379 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-05-29T09:28:07Z', 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'597ddbdb-0101-4372-8211-08c7f0939aef', u'subnetpool_id': None, u'service_types': [], u'name': u'tempest-subnet-91db1049-8c4f-45c6-969f-13086aca4772', u'enable_dhcp': True, u'network_id': u'3012e2da-b23f-4e9a-b555-e2908f7ac587', u'tenant_id': u'70cc141f1ac541cbb76ecedbbd38451e', u'created_at': u'2018-05-29T09:28:07Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.150.1', u'ip_version': 4, u'project_id': u'70cc141f1ac541cbb76ecedbbd38451e'}) 2018-05-29 09:28:07,379 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-05-29 09:28:07,379 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating image with name: 'Cirros-0.4.0-91db1049-8c4f-45c6-969f-13086aca4772' 2018-05-29 09:28:08,051 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/Cirros-0.4.0-91db1049-8c4f-45c6-969f-13086aca4772', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-05-29T09:28:08Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'public', u'file': u'/v2/images/a880ba8d-dcbe-4a34-8391-f54992e8bf63/file', u'owner': u'70cc141f1ac541cbb76ecedbbd38451e', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'a880ba8d-dcbe-4a34-8391-f54992e8bf63', u'size': None, u'name': u'Cirros-0.4.0-91db1049-8c4f-45c6-969f-13086aca4772', u'checksum': None, u'self': u'/v2/images/a880ba8d-dcbe-4a34-8391-f54992e8bf63', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-05-29T09:28:08Z', u'schema': u'/v2/schemas/image'}) 2018-05-29 09:28:08,051 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating image with name: 'Cirros-0.4.0-1-91db1049-8c4f-45c6-969f-13086aca4772' 2018-05-29 09:28:08,525 - 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-91db1049-8c4f-45c6-969f-13086aca4772', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-05-29T09:28:08Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'public', u'file': u'/v2/images/11d5f357-0f19-45fd-bfd0-ba8a14acfdc6/file', u'owner': u'70cc141f1ac541cbb76ecedbbd38451e', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'11d5f357-0f19-45fd-bfd0-ba8a14acfdc6', u'size': None, u'name': u'Cirros-0.4.0-1-91db1049-8c4f-45c6-969f-13086aca4772', u'checksum': None, u'self': u'/v2/images/11d5f357-0f19-45fd-bfd0-ba8a14acfdc6', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-05-29T09:28:08Z', u'schema': u'/v2/schemas/image'}) 2018-05-29 09:28:08,525 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-29 09:28:08,719 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'opnfv_flavor-91db1049-8c4f-45c6-969f-13086aca4772', 'ephemeral': 0, 'ram': 1024, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'70cc141f1ac541cbb76ecedbbd38451e', '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'575d7a73-ff87-4b88-b2ea-4e8435414a34', 'swap': 0}) 2018-05-29 09:28:08,832 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'opnfv_flavor_1-91db1049-8c4f-45c6-969f-13086aca4772', 'ephemeral': 0, 'ram': 1024, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'70cc141f1ac541cbb76ecedbbd38451e', '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'8bcd855f-d763-4605-a55a-59023abdfcc3', 'swap': 0}) 2018-05-29 09:28:14,133 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-29 09:28:13.010 40 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=1b3fc983-e49f-49c9-92f8-5eacdb9e8236) for deployment 'opnfv-rally' (UUID=732e001e-6948-4c52-872e-60060a12e80b). 2018-05-29 09:28:13.974 40 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=1b3fc983-e49f-49c9-92f8-5eacdb9e8236) has been successfully configured for deployment 'opnfv-rally' (UUID=732e001e-6948-4c52-872e-60060a12e80b)! 2018-05-29 09:28:14,134 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-05-29 09:28:14,135 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-05-29 09:28:14,138 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-05-29 09:28:14,144 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-05-29 09:28:19,863 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-1b3fc983-e49f-49c9-92f8-5eacdb9e8236/repo; testr list-tests '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$' >/home/opnfv/functest/results/tempest/test_list.txt 2>/dev/null) 2018-05-29 09:28:19,864 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-05-29 09:28:19,865 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-05-29 09:28:19,866 - 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-29 09:28:23,907 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 09:28:23.906 49 INFO rally.api [-] Starting verification (UUID=c33a4132-ef3e-43f3-826c-c1f03ab55229) for deployment 'opnfv-rally' (UUID=732e001e-6948-4c52-872e-60060a12e80b) by verifier 'opnfv-tempest' (UUID=1b3fc983-e49f-49c9-92f8-5eacdb9e8236). 2018-05-29 09:28:23,908 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: c33a4132-ef3e-43f3-826c-c1f03ab55229 2018-05-29 09:28:32,817 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 09:28:32.817 49 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.171s] 2018-05-29 09:28:32,916 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 09:28:32.915 49 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.095s] 2018-05-29 09:28:39,316 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 09:28:39.315 49 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [0.838s] 2018-05-29 09:28:40,619 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 09:28:40.618 49 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [1.299s] 2018-05-29 09:28:50,840 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 09:28:50.840 49 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [2.847s] 2018-05-29 09:29:07,757 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 09:29:07.757 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [10.276s] 2018-05-29 09:29:41,845 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 09:29:41.844 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.118s] 2018-05-29 09:29:41,846 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 09:29:41.845 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-05-29 09:30:17,833 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 09:30:17.833 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.113s] 2018-05-29 09:30:17,835 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 09:30:17.835 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-05-29 09:30:50,539 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 09:30:50.538 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.117s] 2018-05-29 09:30:50,540 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 09:30:50.539 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-05-29 09:31:55,237 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 09:31:55.237 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [31.878s] 2018-05-29 09:32:20,561 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 09:32:20.561 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.077s] 2018-05-29 09:32:20,721 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 09:32:20.721 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.160s] 2018-05-29 09:32:29,028 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 09:32:29.027 49 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.884s] 2018-05-29 09:32:29,041 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 09:32:29.040 49 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.013s] 2018-05-29 09:32:30,474 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 09:32:30.473 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-05-29 09:32:30,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 09:32:30.475 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-05-29 09:32:34,837 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 09:32:34.836 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.183s] 2018-05-29 09:32:41,252 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 09:32:41.251 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.041s] 2018-05-29 09:32:47,589 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 09:32:47.588 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.449s] 2018-05-29 09:32:55,226 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 09:32:55.225 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.258s] 2018-05-29 09:33:04,439 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 09:33:04.439 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [3.055s] 2018-05-29 09:33:10,961 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 09:33:10.961 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.149s] 2018-05-29 09:33:16,875 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 09:33:16.875 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.089s] 2018-05-29 09:33:24,220 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 09:33:24.219 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.189s] 2018-05-29 09:33:31,492 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 09:33:31.491 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.199s] 2018-05-29 09:33:40,007 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 09:33:40.005 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [2.631s] 2018-05-29 09:33:42,430 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 09:33:42.430 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-05-29 09:33:44,759 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 09:33:44.758 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.024s] 2018-05-29 09:33:44,782 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 09:33:44.782 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.022s] 2018-05-29 09:33:44,804 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 09:33:44.804 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.022s] 2018-05-29 09:33:44,812 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 09:33:44.812 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.006s] 2018-05-29 09:33:49,027 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 09:33:49.026 49 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.602s] 2018-05-29 09:33:49,465 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 09:33:49.465 49 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [0.437s] 2018-05-29 09:33:49,977 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 09:33:49.977 49 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [0.511s] 2018-05-29 09:33:54,356 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 09:33:54.355 49 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.006s] 2018-05-29 09:33:59,442 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 09:33:59.441 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [1.167s] 2018-05-29 09:34:15,680 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 09:34:15.679 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [3.527s] 2018-05-29 09:34:20,480 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 09:34:20.480 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [4.799s] 2018-05-29 09:34:35,526 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 09:34:35.526 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [3.758s] 2018-05-29 09:34:39,649 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 09:34:39.648 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [4.120s] 2018-05-29 09:34:48,308 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 09:34:48.308 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [8.658s] 2018-05-29 09:35:00,714 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 09:35:00.714 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [3.513s] 2018-05-29 09:35:04,991 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 09:35:04.991 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [4.273s] 2018-05-29 09:35:10,128 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 09:35:10.128 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [5.137s] 2018-05-29 09:35:31,088 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 09:35:31.088 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [5.903s] 2018-05-29 09:35:31,357 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 09:35:31.357 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.270s] 2018-05-29 09:35:31,582 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 09:35:31.582 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.226s] 2018-05-29 09:35:31,672 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 09:35:31.671 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.086s] 2018-05-29 09:35:31,852 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 09:35:31.851 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.179s] 2018-05-29 09:35:31,951 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 09:35:31.948 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.099s] 2018-05-29 09:35:46,147 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 09:35:46.147 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [5.353s] 2018-05-29 09:35:46,395 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 09:35:46.395 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.245s] 2018-05-29 09:35:46,804 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 09:35:46.802 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.408s] 2018-05-29 09:35:46,916 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 09:35:46.916 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.112s] 2018-05-29 09:35:47,113 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 09:35:47.112 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.196s] 2018-05-29 09:35:47,225 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 09:35:47.225 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.112s] 2018-05-29 09:36:00,880 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 09:36:00.880 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [4.971s] 2018-05-29 09:36:07,153 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 09:36:07.153 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [6.272s] 2018-05-29 09:36:09,432 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 09:36:09.431 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [2.278s] 2018-05-29 09:36:09,545 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 09:36:09.545 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.111s] 2018-05-29 09:36:09,639 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 09:36:09.639 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.093s] 2018-05-29 09:36:23,012 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 09:36:23.012 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [4.836s] 2018-05-29 09:36:29,447 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 09:36:29.446 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [6.434s] 2018-05-29 09:36:31,933 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 09:36:31.933 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.485s] 2018-05-29 09:36:32,046 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 09:36:32.046 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.112s] 2018-05-29 09:36:32,134 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 09:36:32.133 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.085s] 2018-05-29 09:36:50,516 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 09:36:50.515 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [12.328s] 2018-05-29 09:36:57,576 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 09:36:57.576 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [7.062s] 2018-05-29 09:37:03,839 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 09:37:03.838 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [6.259s] 2018-05-29 09:37:08,464 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 09:37:08.463 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [4.624s] 2018-05-29 09:37:35,970 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 09:37:35.969 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [12.813s] 2018-05-29 09:37:43,899 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 09:37:43.898 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [7.928s] 2018-05-29 09:37:49,957 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 09:37:49.957 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [6.057s] 2018-05-29 09:37:54,228 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 09:37:54.227 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [4.269s] 2018-05-29 09:38:10,593 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 09:38:10.592 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.460s] 2018-05-29 09:38:12,150 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 09:38:12.150 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [1.558s] 2018-05-29 09:38:12,232 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 09:38:12.232 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.083s] 2018-05-29 09:38:17,139 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 09:38:17.139 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.355s] 2018-05-29 09:38:18,799 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 09:38:18.798 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.656s] 2018-05-29 09:38:18,874 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 09:38:18.873 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.077s] 2018-05-29 09:38:23,151 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 09:38:23.150 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.731s] 2018-05-29 09:38:26,897 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 09:38:26.897 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.009s] 2018-05-29 09:38:28,237 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 09:38:28.237 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-05-29 09:38:28,238 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 09:38:28.237 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-05-29 09:38:28,238 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 09:38:28.238 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-05-29 09:38:28,238 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 09:38:28.238 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-05-29 09:38:28,239 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 09:38:28.239 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-05-29 09:38:30,610 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 09:38:30.609 49 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.025s] 2018-05-29 09:38:45,461 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 09:38:45.460 49 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [9.180s] 2018-05-29 09:39:09,873 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 09:39:09.872 49 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [14.773s] 2018-05-29 09:39:27,268 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 09:39:27.267 49 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [17.388s] 2018-05-29 09:39:36,966 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 09:39:36.966 49 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.083s] 2018-05-29 09:41:06,837 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 09:41:06.837 49 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [77.721s] 2018-05-29 09:41:48,043 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 09:41:48.043 49 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [31.245s] 2018-05-29 09:42:36,833 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 09:42:36.833 49 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [26.005s] 2018-05-29 09:42:52,748 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'c33a4132-ef3e-43f3-826c-c1f03ab55229']'. 2018-05-29 09:42:54,466 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-29 09:42:54,466 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-29 09:42:54,466 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-29 09:42:54,466 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | c33a4132-ef3e-43f3-826c-c1f03ab55229 | 2018-05-29 09:42:54,466 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-05-29 09:42:54,466 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-29 09:28:23 | 2018-05-29 09:42:54,466 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-29 09:42:52 | 2018-05-29 09:42:54,467 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:14:29 | 2018-05-29 09:42:54,467 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-05-29 09:42:54,467 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-29 09:42:54,467 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-29 09:42:54,467 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 1b3fc983-e49f-49c9-92f8-5eacdb9e8236) | 2018-05-29 09:42:54,467 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-29 09:42:54,467 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 732e001e-6948-4c52-872e-60060a12e80b) | 2018-05-29 09:42:54,467 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-05-29 09:42:54,467 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 846.54 | 2018-05-29 09:42:54,467 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 90 | 2018-05-29 09:42:54,468 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 19 | 2018-05-29 09:42:54,468 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-29 09:42:54,468 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-29 09:42:54,468 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-05-29 09:42:54,468 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-29 09:42:54,468 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-29 09:42:54,520 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 100.0% 2018-05-29 09:42:58,217 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-29 09:42:58,217 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 14:52 | PASS | +------------------------------+------------------+------------------+----------------+ 2018-05-29 09:42:58,221 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-05-29 09:42:58,309 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-29 09:43:02,494 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-29 09:43:02.278 117 INFO rally.deployment.engine [-] Deployment 732e001e-6948-4c52-872e-60060a12e80b | Starting: Destroy cloud and free allocated resources. 2018-05-29 09:43:02.296 117 INFO rally.deployment.engine [-] Deployment 732e001e-6948-4c52-872e-60060a12e80b | Completed: Destroy cloud and free allocated resources. 2018-05-29 09:43:02.330 117 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=1b3fc983-e49f-49c9-92f8-5eacdb9e8236) for deployment 'opnfv-rally'. 2018-05-29 09:43:02.349 117 INFO rally.api [-] Deleting verification (UUID=c33a4132-ef3e-43f3-826c-c1f03ab55229). 2018-05-29 09:43:02.356 117 INFO rally.api [-] Verification has been successfully deleted! 2018-05-29 09:43:02.357 117 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=1b3fc983-e49f-49c9-92f8-5eacdb9e8236). 2018-05-29 09:43:02.364 117 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-05-29 09:43:06,644 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-29 09:43:06.513 120 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=ae7a54c8-dc42-4b94-af5a-752fe7a81e57) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | ae7a54c8-dc42-4b94-af5a-752fe7a81e57 | 2018-05-29T09:43:06 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: ae7a54c8-dc42-4b94-af5a-752fe7a81e57 ~/.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-29 09:43:12,034 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | artifact | Available | | __unknown__ | compute_legacy | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-05-29 09:43:12,034 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-05-29 09:43:12,902 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating image 'Cirros-0.4.0-6367292a-b4e7-440c-9859-9977c9c5f348'... 2018-05-29 09:43:13,533 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating network 'rally-net-6367292a-b4e7-440c-9859-9977c9c5f348'... 2018-05-29 09:43:14,538 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating router 'rally-router-6367292a-b4e7-440c-9859-9977c9c5f348'... 2018-05-29 09:43:18,546 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-tiny-6367292a-b4e7-440c-9859-9977c9c5f348'... 2018-05-29 09:43:18,674 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-mini-6367292a-b4e7-440c-9859-9977c9c5f348'... 2018-05-29 09:43:18,805 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-05-29 09:43:18,805 - 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-29 09:43:18,806 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-29 09:43:18,820 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-29 09:43:18,821 - 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': 'floating_net', 'service_list': ['authenticate'], 'concurrency': 4, 'netid': 'b957026b-ea2e-480e-9dce-2cdecd3a6ec1', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-6367292a-b4e7-440c-9859-9977c9c5f348', 'flavor_name': 'rally-tiny-6367292a-b4e7-440c-9859-9977c9c5f348', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-6367292a-b4e7-440c-9859-9977c9c5f348', '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-29 09:44:30,063 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : ff356622-1258-4cf0-bb2f-de65cfe9f03f 2018-05-29 09:44:30,063 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-05-29 09:44:30,064 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'ff356622-1258-4cf0-bb2f-de65cfe9f03f'] 2018-05-29 09:44:31,881 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task ff356622-1258-4cf0-bb2f-de65cfe9f03f: 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 ff356622-1258-4cf0-bb2f-de65cfe9f03f 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.738 | 0.738 | 0.738 | 0.738 | 0.738 | 0.738 | 100.0% | 1 | | total | 0.738 | 0.738 | 0.738 | 0.738 | 0.738 | 0.738 | 100.0% | 1 | | -> duration | 0.738 | 0.738 | 0.738 | 0.738 | 0.738 | 0.738 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.737762 Full duration: 7.899432 -------------------------------------------------------------------------------- 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 ff356622-1258-4cf0-bb2f-de65cfe9f03f 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.404 | 0.404 | 0.404 | 0.404 | 0.404 | 0.404 | 100.0% | 1 | | total | 1.134 | 1.134 | 1.134 | 1.134 | 1.134 | 1.134 | 100.0% | 1 | | -> duration | 1.134 | 1.134 | 1.134 | 1.134 | 1.134 | 1.134 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.134263 Full duration: 8.346094 -------------------------------------------------------------------------------- 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 ff356622-1258-4cf0-bb2f-de65cfe9f03f 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.406 | 0.406 | 0.406 | 0.406 | 0.406 | 0.406 | 100.0% | 1 | | total | 1.111 | 1.111 | 1.111 | 1.111 | 1.111 | 1.111 | 100.0% | 1 | | -> duration | 1.111 | 1.111 | 1.111 | 1.111 | 1.111 | 1.111 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.111228 Full duration: 8.064278 -------------------------------------------------------------------------------- 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 ff356622-1258-4cf0-bb2f-de65cfe9f03f 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.303 | 0.303 | 0.303 | 0.303 | 0.303 | 0.303 | 100.0% | 1 | | total | 1.023 | 1.023 | 1.023 | 1.023 | 1.023 | 1.023 | 100.0% | 1 | | -> duration | 1.023 | 1.023 | 1.023 | 1.023 | 1.023 | 1.023 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.022833 Full duration: 8.178015 -------------------------------------------------------------------------------- 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 ff356622-1258-4cf0-bb2f-de65cfe9f03f 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.557 | 0.557 | 0.557 | 0.557 | 0.557 | 0.557 | 100.0% | 1 | | total | 1.259 | 1.259 | 1.259 | 1.259 | 1.259 | 1.259 | 100.0% | 1 | | -> duration | 1.259 | 1.259 | 1.259 | 1.259 | 1.259 | 1.259 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.259008 Full duration: 8.702482 -------------------------------------------------------------------------------- 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 ff356622-1258-4cf0-bb2f-de65cfe9f03f 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.259 | 0.259 | 0.259 | 0.259 | 0.259 | 0.259 | 100.0% | 1 | | total | 1.013 | 1.013 | 1.013 | 1.013 | 1.013 | 1.013 | 100.0% | 1 | | -> duration | 1.013 | 1.013 | 1.013 | 1.013 | 1.013 | 1.013 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.01343 Full duration: 8.228234 HINTS: * To plot HTML graphics with this data, run: rally task report ff356622-1258-4cf0-bb2f-de65cfe9f03f --out output.html * To generate a JUnit report, run: rally task export ff356622-1258-4cf0-bb2f-de65cfe9f03f --type junit --to output.xml * To get raw JSON output of task results, run: rally task report ff356622-1258-4cf0-bb2f-de65cfe9f03f --json --out output.json 2018-05-29 09:44:31,882 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'ff356622-1258-4cf0-bb2f-de65cfe9f03f'] 2018-05-29 09:44:33,883 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-29 09:44:33,883 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'ff356622-1258-4cf0-bb2f-de65cfe9f03f', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-05-29 09:44:33,888 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-05-29 09:44:33,888 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-05-29 09:44:33,888 - 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-29 09:44:33,888 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-29 09:44:33,904 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-29 09:44:33,910 - 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': 'floating_net', 'service_list': ['glance'], 'concurrency': 4, 'netid': 'b957026b-ea2e-480e-9dce-2cdecd3a6ec1', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-6367292a-b4e7-440c-9859-9977c9c5f348', 'flavor_name': 'rally-tiny-6367292a-b4e7-440c-9859-9977c9c5f348', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-6367292a-b4e7-440c-9859-9977c9c5f348', '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-29 09:46:08,531 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : b0d5c741-5e11-4468-b0b5-d75eda0acf4e 2018-05-29 09:46:08,532 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'b0d5c741-5e11-4468-b0b5-d75eda0acf4e'] 2018-05-29 09:46:10,304 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task b0d5c741-5e11-4468-b0b5-d75eda0acf4e: 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 b0d5c741-5e11-4468-b0b5-d75eda0acf4e 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 | 2.97 | 2.97 | 2.97 | 2.97 | 2.97 | 2.97 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.282 | 0.282 | 0.282 | 0.282 | 0.282 | 0.282 | 100.0% | 1 | | -> glance_v2.upload_data | 0.322 | 0.322 | 0.322 | 0.322 | 0.322 | 0.322 | 100.0% | 1 | | glance_v2.delete_image | 0.155 | 0.155 | 0.155 | 0.155 | 0.155 | 0.155 | 100.0% | 1 | | total | 3.126 | 3.126 | 3.126 | 3.126 | 3.126 | 3.126 | 100.0% | 1 | | -> duration | 3.126 | 3.126 | 3.126 | 3.126 | 3.126 | 3.126 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.126085 Full duration: 12.728113 -------------------------------------------------------------------------------- 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 b0d5c741-5e11-4468-b0b5-d75eda0acf4e 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 | 2.838 | 2.838 | 2.838 | 2.838 | 2.838 | 2.838 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.257 | 0.257 | 0.257 | 0.257 | 0.257 | 0.257 | 100.0% | 1 | | -> glance_v2.upload_data | 0.258 | 0.258 | 0.258 | 0.258 | 0.258 | 0.258 | 100.0% | 1 | | glance_v2.list_images | 0.116 | 0.116 | 0.116 | 0.116 | 0.116 | 0.116 | 100.0% | 1 | | total | 2.954 | 2.954 | 2.954 | 2.954 | 2.954 | 2.954 | 100.0% | 1 | | -> duration | 2.954 | 2.954 | 2.954 | 2.954 | 2.954 | 2.954 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.954196 Full duration: 14.273914 -------------------------------------------------------------------------------- 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 b0d5c741-5e11-4468-b0b5-d75eda0acf4e 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.319 | 0.319 | 0.319 | 0.319 | 0.319 | 0.319 | 100.0% | 1 | | total | 0.319 | 0.319 | 0.319 | 0.319 | 0.319 | 0.319 | 100.0% | 1 | | -> duration | 0.319 | 0.319 | 0.319 | 0.319 | 0.319 | 0.319 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.318776 Full duration: 8.722215 -------------------------------------------------------------------------------- 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-6367292a-b4e7-440c-9859-9977c9c5f348" }, "number_instances": 2, "nics": [ { "net-id": "b957026b-ea2e-480e-9dce-2cdecd3a6ec1" } ] }, "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 b0d5c741-5e11-4468-b0b5-d75eda0acf4e 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 | 2.883 | 2.883 | 2.883 | 2.883 | 2.883 | 2.883 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.257 | 0.257 | 0.257 | 0.257 | 0.257 | 0.257 | 100.0% | 1 | | -> glance_v2.upload_data | 0.29 | 0.29 | 0.29 | 0.29 | 0.29 | 0.29 | 100.0% | 1 | | nova.boot_servers | 13.653 | 13.653 | 13.653 | 13.653 | 13.653 | 13.653 | 100.0% | 1 | | total | 16.537 | 16.537 | 16.537 | 16.537 | 16.537 | 16.537 | 100.0% | 1 | | -> duration | 15.537 | 15.537 | 15.537 | 15.537 | 15.537 | 15.537 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 15.537018 Full duration: 36.492075 HINTS: * To plot HTML graphics with this data, run: rally task report b0d5c741-5e11-4468-b0b5-d75eda0acf4e --out output.html * To generate a JUnit report, run: rally task export b0d5c741-5e11-4468-b0b5-d75eda0acf4e --type junit --to output.xml * To get raw JSON output of task results, run: rally task report b0d5c741-5e11-4468-b0b5-d75eda0acf4e --json --out output.json 2018-05-29 09:46:10,304 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'b0d5c741-5e11-4468-b0b5-d75eda0acf4e'] 2018-05-29 09:46:12,131 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-29 09:46:12,132 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'b0d5c741-5e11-4468-b0b5-d75eda0acf4e', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-05-29 09:46:12,138 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-05-29 09:46:12,139 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-05-29 09:46:12,139 - 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-29 09:46:12,139 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-29 09:46:12,156 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-29 09:46:12,157 - 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': 'floating_net', 'service_list': ['cinder'], 'concurrency': 4, 'netid': 'b957026b-ea2e-480e-9dce-2cdecd3a6ec1', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-6367292a-b4e7-440c-9859-9977c9c5f348', 'flavor_name': 'rally-tiny-6367292a-b4e7-440c-9859-9977c9c5f348', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-6367292a-b4e7-440c-9859-9977c9c5f348', '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-29 09:50:21,292 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : b969a640-9b94-4732-a3b4-696d92e117f5 2018-05-29 09:50:21,293 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'b969a640-9b94-4732-a3b4-696d92e117f5'] 2018-05-29 09:50:23,184 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task b969a640-9b94-4732-a3b4-696d92e117f5: 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 b969a640-9b94-4732-a3b4-696d92e117f5 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.255 | 3.255 | 3.255 | 3.255 | 3.255 | 3.255 | 100.0% | 1 | | cinder_v2.delete_snapshot | 6.409 | 6.409 | 6.409 | 6.409 | 6.409 | 6.409 | 100.0% | 1 | | total | 9.664 | 9.664 | 9.664 | 9.664 | 9.664 | 9.664 | 100.0% | 1 | | -> duration | 9.664 | 9.664 | 9.664 | 9.664 | 9.664 | 9.664 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 9.664398 Full duration: 30.962301 -------------------------------------------------------------------------------- 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 b969a640-9b94-4732-a3b4-696d92e117f5 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.352 | 3.352 | 3.352 | 3.352 | 3.352 | 3.352 | 100.0% | 1 | | cinder_v2.delete_volume | 6.587 | 6.587 | 6.587 | 6.587 | 6.587 | 6.587 | 100.0% | 1 | | total | 9.939 | 9.939 | 9.939 | 9.939 | 9.939 | 9.939 | 100.0% | 1 | | -> duration | 9.939 | 9.939 | 9.939 | 9.939 | 9.939 | 9.939 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 9.939166 Full duration: 21.027788 -------------------------------------------------------------------------------- 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-6367292a-b4e7-440c-9859-9977c9c5f348" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task b969a640-9b94-4732-a3b4-696d92e117f5 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 | 6.35 | 6.35 | 6.35 | 6.35 | 6.35 | 6.35 | 100.0% | 1 | | cinder_v2.delete_volume | 6.589 | 6.589 | 6.589 | 6.589 | 6.589 | 6.589 | 100.0% | 1 | | total | 12.939 | 12.939 | 12.939 | 12.939 | 12.939 | 12.939 | 100.0% | 1 | | -> duration | 12.939 | 12.939 | 12.939 | 12.939 | 12.939 | 12.939 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 12.938863 Full duration: 24.548254 -------------------------------------------------------------------------------- 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 b969a640-9b94-4732-a3b4-696d92e117f5 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.55 | 3.55 | 3.55 | 3.55 | 3.55 | 3.55 | 100.0% | 1 | | cinder_v2.delete_volume | 6.628 | 6.628 | 6.628 | 6.628 | 6.628 | 6.628 | 100.0% | 1 | | total | 10.178 | 10.178 | 10.178 | 10.178 | 10.178 | 10.178 | 100.0% | 1 | | -> duration | 10.178 | 10.178 | 10.178 | 10.178 | 10.178 | 10.178 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 10.178372 Full duration: 21.132789 -------------------------------------------------------------------------------- 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 b969a640-9b94-4732-a3b4-696d92e117f5 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.416 | 3.416 | 3.416 | 3.416 | 3.416 | 3.416 | 100.0% | 1 | | cinder_v2.extend_volume | 2.464 | 2.464 | 2.464 | 2.464 | 2.464 | 2.464 | 100.0% | 1 | | cinder_v2.delete_volume | 8.722 | 8.722 | 8.722 | 8.722 | 8.722 | 8.722 | 100.0% | 1 | | total | 14.603 | 14.603 | 14.603 | 14.603 | 14.603 | 14.603 | 100.0% | 1 | | -> duration | 14.603 | 14.603 | 14.603 | 14.603 | 14.603 | 14.603 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 14.603413 Full duration: 25.187935 -------------------------------------------------------------------------------- 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 b969a640-9b94-4732-a3b4-696d92e117f5 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 | 16.491 | 16.491 | 16.491 | 16.491 | 16.491 | 16.491 | 100.0% | 1 | | cinder_v2.delete_volume | 6.586 | 6.586 | 6.586 | 6.586 | 6.586 | 6.586 | 100.0% | 1 | | total | 23.079 | 23.079 | 23.079 | 23.079 | 23.079 | 23.079 | 100.0% | 1 | | -> duration | 23.079 | 23.079 | 23.079 | 23.079 | 23.079 | 23.079 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 23.078526 Full duration: 44.213435 -------------------------------------------------------------------------------- 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 b969a640-9b94-4732-a3b4-696d92e117f5 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.757 | 0.757 | 0.757 | 0.757 | 0.757 | 0.757 | 100.0% | 1 | | cinder_v2.list_qos | 0.163 | 0.163 | 0.163 | 0.163 | 0.163 | 0.163 | 100.0% | 1 | | total | 0.921 | 0.921 | 0.921 | 0.921 | 0.921 | 0.921 | 100.0% | 1 | | -> duration | 0.921 | 0.921 | 0.921 | 0.921 | 0.921 | 0.921 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.920729 Full duration: 13.469176 -------------------------------------------------------------------------------- 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 b969a640-9b94-4732-a3b4-696d92e117f5 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.757 | 0.757 | 0.757 | 0.757 | 0.757 | 0.757 | 100.0% | 1 | | cinder_v2.set_qos | 0.119 | 0.119 | 0.119 | 0.119 | 0.119 | 0.119 | 100.0% | 1 | | total | 0.877 | 0.877 | 0.877 | 0.877 | 0.877 | 0.877 | 100.0% | 1 | | -> duration | 0.877 | 0.877 | 0.877 | 0.877 | 0.877 | 0.877 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.877319 Full duration: 13.113132 -------------------------------------------------------------------------------- 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 b969a640-9b94-4732-a3b4-696d92e117f5 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.815 | 0.815 | 0.815 | 0.815 | 0.815 | 0.815 | 100.0% | 1 | | cinder_v2.list_types | 0.12 | 0.12 | 0.12 | 0.12 | 0.12 | 0.12 | 100.0% | 1 | | total | 0.935 | 0.935 | 0.935 | 0.935 | 0.935 | 0.935 | 100.0% | 1 | | -> duration | 0.935 | 0.935 | 0.935 | 0.935 | 0.935 | 0.935 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.935473 Full duration: 13.10993 -------------------------------------------------------------------------------- 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 b969a640-9b94-4732-a3b4-696d92e117f5 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.787 | 0.787 | 0.787 | 0.787 | 0.787 | 0.787 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.16 | 0.16 | 0.16 | 0.16 | 0.16 | 0.16 | 100.0% | 1 | | total | 0.947 | 0.947 | 0.947 | 0.947 | 0.947 | 0.947 | 100.0% | 1 | | -> duration | 0.947 | 0.947 | 0.947 | 0.947 | 0.947 | 0.947 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.947161 Full duration: 13.070385 HINTS: * To plot HTML graphics with this data, run: rally task report b969a640-9b94-4732-a3b4-696d92e117f5 --out output.html * To generate a JUnit report, run: rally task export b969a640-9b94-4732-a3b4-696d92e117f5 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report b969a640-9b94-4732-a3b4-696d92e117f5 --json --out output.json 2018-05-29 09:50:23,185 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'b969a640-9b94-4732-a3b4-696d92e117f5'] 2018-05-29 09:50:25,035 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-29 09:50:25,035 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'b969a640-9b94-4732-a3b4-696d92e117f5', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-05-29 09:50:25,042 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-05-29 09:50:25,043 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-05-29 09:50:25,044 - 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-29 09:50:25,044 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-29 09:50:25,061 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-29 09:50:25,062 - 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': 'floating_net', 'service_list': ['heat'], 'concurrency': 4, 'netid': 'b957026b-ea2e-480e-9dce-2cdecd3a6ec1', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-6367292a-b4e7-440c-9859-9977c9c5f348', 'flavor_name': 'rally-tiny-6367292a-b4e7-440c-9859-9977c9c5f348', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-6367292a-b4e7-440c-9859-9977c9c5f348', '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-29 09:51:58,923 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 86af2f38-58dd-4f06-84f5-9760f5302752 2018-05-29 09:51:58,923 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '86af2f38-58dd-4f06-84f5-9760f5302752'] 2018-05-29 09:52:00,696 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 86af2f38-58dd-4f06-84f5-9760f5302752: 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 86af2f38-58dd-4f06-84f5-9760f5302752 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.731 | 4.731 | 4.731 | 4.731 | 4.731 | 4.731 | 100.0% | 1 | | heat.update_stack | 2.35 | 2.35 | 2.35 | 2.35 | 2.35 | 2.35 | 100.0% | 1 | | heat.delete_stack | 2.305 | 2.305 | 2.305 | 2.305 | 2.305 | 2.305 | 100.0% | 1 | | total | 9.386 | 9.386 | 9.386 | 9.386 | 9.386 | 9.386 | 100.0% | 1 | | -> duration | 5.386 | 5.386 | 5.386 | 5.386 | 5.386 | 5.386 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.386376 Full duration: 22.126719 -------------------------------------------------------------------------------- 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 86af2f38-58dd-4f06-84f5-9760f5302752 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.555 | 4.555 | 4.555 | 4.555 | 4.555 | 4.555 | 100.0% | 1 | | heat.check_stack | 0.249 | 0.249 | 0.249 | 0.249 | 0.249 | 0.249 | 100.0% | 1 | | heat.delete_stack | 2.332 | 2.332 | 2.332 | 2.332 | 2.332 | 2.332 | 100.0% | 1 | | total | 7.137 | 7.137 | 7.137 | 7.137 | 7.137 | 7.137 | 100.0% | 1 | | -> duration | 5.137 | 5.137 | 5.137 | 5.137 | 5.137 | 5.137 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.13682 Full duration: 18.616912 -------------------------------------------------------------------------------- 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 86af2f38-58dd-4f06-84f5-9760f5302752 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.34 | 4.34 | 4.34 | 4.34 | 4.34 | 4.34 | 100.0% | 1 | | heat.suspend_stack | 1.377 | 1.377 | 1.377 | 1.377 | 1.377 | 1.377 | 100.0% | 1 | | heat.resume_stack | 1.356 | 1.356 | 1.356 | 1.356 | 1.356 | 1.356 | 100.0% | 1 | | heat.delete_stack | 2.344 | 2.344 | 2.344 | 2.344 | 2.344 | 2.344 | 100.0% | 1 | | total | 9.416 | 9.416 | 9.416 | 9.416 | 9.416 | 9.416 | 100.0% | 1 | | -> duration | 7.416 | 7.416 | 7.416 | 7.416 | 7.416 | 7.416 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.416215 Full duration: 20.769097 -------------------------------------------------------------------------------- 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 86af2f38-58dd-4f06-84f5-9760f5302752 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.885 | 0.885 | 0.885 | 0.885 | 0.885 | 0.885 | 100.0% | 1 | | total | 0.885 | 0.885 | 0.885 | 0.885 | 0.885 | 0.885 | 100.0% | 1 | | -> duration | 0.885 | 0.885 | 0.885 | 0.885 | 0.885 | 0.885 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.885178 Full duration: 11.374623 HINTS: * To plot HTML graphics with this data, run: rally task report 86af2f38-58dd-4f06-84f5-9760f5302752 --out output.html * To generate a JUnit report, run: rally task export 86af2f38-58dd-4f06-84f5-9760f5302752 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 86af2f38-58dd-4f06-84f5-9760f5302752 --json --out output.json 2018-05-29 09:52:00,696 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '86af2f38-58dd-4f06-84f5-9760f5302752'] 2018-05-29 09:52:02,477 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-29 09:52:02,477 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '86af2f38-58dd-4f06-84f5-9760f5302752', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-05-29 09:52:02,484 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-05-29 09:52:02,484 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-05-29 09:52:02,485 - 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-29 09:52:02,485 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-29 09:52:02,503 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-29 09:52:02,504 - 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': 'floating_net', 'service_list': ['keystone'], 'concurrency': 4, 'netid': 'b957026b-ea2e-480e-9dce-2cdecd3a6ec1', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-6367292a-b4e7-440c-9859-9977c9c5f348', 'flavor_name': 'rally-tiny-6367292a-b4e7-440c-9859-9977c9c5f348', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-6367292a-b4e7-440c-9859-9977c9c5f348', '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-29 09:55:23,796 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 61e271a7-4ab4-477e-981b-430166797445 2018-05-29 09:55:23,796 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '61e271a7-4ab4-477e-981b-430166797445'] 2018-05-29 09:55:25,671 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 61e271a7-4ab4-477e-981b-430166797445: 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 61e271a7-4ab4-477e-981b-430166797445 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.618 | 0.618 | 0.618 | 0.618 | 0.618 | 0.618 | 100.0% | 1 | | keystone_v3.add_role | 0.057 | 0.057 | 0.057 | 0.057 | 0.057 | 0.057 | 100.0% | 1 | | keystone_v3.revoke_role | 0.056 | 0.056 | 0.056 | 0.056 | 0.056 | 0.056 | 100.0% | 1 | | total | 0.731 | 0.731 | 0.731 | 0.731 | 0.731 | 0.731 | 100.0% | 1 | | -> duration | 0.731 | 0.731 | 0.731 | 0.731 | 0.731 | 0.731 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.730577 Full duration: 15.778409 -------------------------------------------------------------------------------- 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 61e271a7-4ab4-477e-981b-430166797445 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.554 | 0.554 | 0.554 | 0.554 | 0.554 | 0.554 | 100.0% | 1 | | keystone_v3.add_role | 0.047 | 0.047 | 0.047 | 0.047 | 0.047 | 0.047 | 100.0% | 1 | | keystone_v3.list_roles | 0.039 | 0.039 | 0.039 | 0.039 | 0.039 | 0.039 | 100.0% | 1 | | total | 0.64 | 0.64 | 0.64 | 0.64 | 0.64 | 0.64 | 100.0% | 1 | | -> duration | 0.64 | 0.64 | 0.64 | 0.64 | 0.64 | 0.64 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.640329 Full duration: 15.741723 -------------------------------------------------------------------------------- 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 61e271a7-4ab4-477e-981b-430166797445 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.678 | 0.678 | 0.678 | 0.678 | 0.678 | 0.678 | 100.0% | 1 | | keystone_v3.list_projects | 0.044 | 0.044 | 0.044 | 0.044 | 0.044 | 0.044 | 100.0% | 1 | | total | 0.722 | 0.722 | 0.722 | 0.722 | 0.722 | 0.722 | 100.0% | 1 | | -> duration | 0.722 | 0.722 | 0.722 | 0.722 | 0.722 | 0.722 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.722097 Full duration: 15.9751 -------------------------------------------------------------------------------- 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 61e271a7-4ab4-477e-981b-430166797445 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.592 | 0.592 | 0.592 | 0.592 | 0.592 | 0.592 | 100.0% | 1 | | keystone_v3.delete_role | 0.058 | 0.058 | 0.058 | 0.058 | 0.058 | 0.058 | 100.0% | 1 | | total | 0.652 | 0.652 | 0.652 | 0.652 | 0.652 | 0.652 | 100.0% | 1 | | -> duration | 0.652 | 0.652 | 0.652 | 0.652 | 0.652 | 0.652 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.65151 Full duration: 13.747058 -------------------------------------------------------------------------------- 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 61e271a7-4ab4-477e-981b-430166797445 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.544 | 0.544 | 0.544 | 0.544 | 0.544 | 0.544 | 100.0% | 1 | | keystone_v3.delete_service | 0.061 | 0.061 | 0.061 | 0.061 | 0.061 | 0.061 | 100.0% | 1 | | total | 0.605 | 0.605 | 0.605 | 0.605 | 0.605 | 0.605 | 100.0% | 1 | | -> duration | 0.605 | 0.605 | 0.605 | 0.605 | 0.605 | 0.605 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.605429 Full duration: 13.455279 -------------------------------------------------------------------------------- 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 61e271a7-4ab4-477e-981b-430166797445 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.621 | 0.621 | 0.621 | 0.621 | 0.621 | 0.621 | 100.0% | 1 | | keystone_v3.create_user | 0.201 | 0.201 | 0.201 | 0.201 | 0.201 | 0.201 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.029 | 0.029 | 0.029 | 0.029 | 0.029 | 0.029 | 100.0% | 1 | | -> keystone_v3.add_role | 0.071 | 0.071 | 0.071 | 0.071 | 0.071 | 0.071 | 100.0% | 1 | | keystone_v3.create_role | 0.037 | 0.037 | 0.037 | 0.037 | 0.037 | 0.037 | 100.0% | 1 | | keystone_v3.get_project | 0.025 | 0.025 | 0.025 | 0.025 | 0.025 | 0.025 | 100.0% | 1 | | keystone_v3.get_user | 0.027 | 0.027 | 0.027 | 0.027 | 0.027 | 0.027 | 100.0% | 1 | | keystone_v3.get_role | 0.029 | 0.029 | 0.029 | 0.029 | 0.029 | 0.029 | 100.0% | 1 | | keystone_v3.list_services | 0.029 | 0.029 | 0.029 | 0.029 | 0.029 | 0.029 | 100.0% | 1 | | keystone_v3.get_services | 0.032 | 0.032 | 0.032 | 0.032 | 0.032 | 0.032 | 100.0% | 1 | | total | 1.033 | 1.033 | 1.033 | 1.033 | 1.033 | 1.033 | 100.0% | 1 | | -> duration | 1.033 | 1.033 | 1.033 | 1.033 | 1.033 | 1.033 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.032644 Full duration: 20.279861 -------------------------------------------------------------------------------- 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 61e271a7-4ab4-477e-981b-430166797445 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.667 | 0.667 | 0.667 | 0.667 | 0.667 | 0.667 | 100.0% | 1 | | keystone_v3.update_project | 0.052 | 0.052 | 0.052 | 0.052 | 0.052 | 0.052 | 100.0% | 1 | | keystone_v3.delete_project | 0.122 | 0.122 | 0.122 | 0.122 | 0.122 | 0.122 | 100.0% | 1 | | total | 0.842 | 0.842 | 0.842 | 0.842 | 0.842 | 0.842 | 100.0% | 1 | | -> duration | 0.842 | 0.842 | 0.842 | 0.842 | 0.842 | 0.842 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.841912 Full duration: 14.190861 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 61e271a7-4ab4-477e-981b-430166797445 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.625 | 0.625 | 0.625 | 0.625 | 0.625 | 0.625 | 100.0% | 1 | | total | 0.689 | 0.689 | 0.689 | 0.689 | 0.689 | 0.689 | 100.0% | 1 | | -> duration | 0.689 | 0.689 | 0.689 | 0.689 | 0.689 | 0.689 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.689259 Full duration: 15.792242 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 61e271a7-4ab4-477e-981b-430166797445 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.604 | 0.604 | 0.604 | 0.604 | 0.604 | 0.604 | 100.0% | 1 | | total | 0.604 | 0.604 | 0.604 | 0.604 | 0.604 | 0.604 | 100.0% | 1 | | -> duration | 0.604 | 0.604 | 0.604 | 0.604 | 0.604 | 0.604 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.604309 Full duration: 15.90432 -------------------------------------------------------------------------------- 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 61e271a7-4ab4-477e-981b-430166797445 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.636 | 0.636 | 0.636 | 0.636 | 0.636 | 0.636 | 100.0% | 1 | | keystone_v3.list_users | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 100.0% | 1 | | total | 0.804 | 0.804 | 0.804 | 0.804 | 0.804 | 0.804 | 100.0% | 1 | | -> duration | 0.804 | 0.804 | 0.804 | 0.804 | 0.804 | 0.804 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.803527 Full duration: 16.009292 -------------------------------------------------------------------------------- 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 61e271a7-4ab4-477e-981b-430166797445 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.create_users | 2.402 | 2.402 | 2.402 | 2.402 | 2.402 | 2.402 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 2.401 | 2.401 | 2.401 | 2.401 | 2.401 | 2.401 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 0.354 | 0.354 | 0.354 | 0.354 | 0.354 | 0.354 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 0.858 | 0.858 | 0.858 | 0.858 | 0.858 | 0.858 | 100.0% | 1 | | total | 3.411 | 3.411 | 3.411 | 3.411 | 3.411 | 3.411 | 100.0% | 1 | | -> duration | 3.411 | 3.411 | 3.411 | 3.411 | 3.411 | 3.411 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.411332 Full duration: 23.01565 HINTS: * To plot HTML graphics with this data, run: rally task report 61e271a7-4ab4-477e-981b-430166797445 --out output.html * To generate a JUnit report, run: rally task export 61e271a7-4ab4-477e-981b-430166797445 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 61e271a7-4ab4-477e-981b-430166797445 --json --out output.json 2018-05-29 09:55:25,671 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '61e271a7-4ab4-477e-981b-430166797445'] 2018-05-29 09:55:27,507 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-29 09:55:27,507 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '61e271a7-4ab4-477e-981b-430166797445', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-05-29 09:55:27,514 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-05-29 09:55:27,514 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-05-29 09:55:27,515 - 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-29 09:55:27,515 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-29 09:55:27,528 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-29 09:55:27,529 - 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': 'floating_net', 'service_list': ['neutron'], 'concurrency': 4, 'netid': 'b957026b-ea2e-480e-9dce-2cdecd3a6ec1', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-6367292a-b4e7-440c-9859-9977c9c5f348', 'flavor_name': 'rally-tiny-6367292a-b4e7-440c-9859-9977c9c5f348', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-6367292a-b4e7-440c-9859-9977c9c5f348', '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-29 10:01:10,850 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 704f3116-46d5-403a-bcf5-a6d15470c605 2018-05-29 10:01:10,851 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '704f3116-46d5-403a-bcf5-a6d15470c605'] 2018-05-29 10:01:12,806 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 704f3116-46d5-403a-bcf5-a6d15470c605: 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 704f3116-46d5-403a-bcf5-a6d15470c605 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.354 | 1.354 | 1.354 | 1.354 | 1.354 | 1.354 | 100.0% | 1 | | neutron.delete_network | 1.153 | 1.153 | 1.153 | 1.153 | 1.153 | 1.153 | 100.0% | 1 | | total | 2.507 | 2.507 | 2.507 | 2.507 | 2.507 | 2.507 | 100.0% | 1 | | -> duration | 2.507 | 2.507 | 2.507 | 2.507 | 2.507 | 2.507 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.50703 Full duration: 16.222371 -------------------------------------------------------------------------------- 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 704f3116-46d5-403a-bcf5-a6d15470c605 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 | 2.188 | 2.188 | 2.188 | 2.188 | 2.188 | 2.188 | 100.0% | 1 | | neutron.delete_port | 1.017 | 1.017 | 1.017 | 1.017 | 1.017 | 1.017 | 100.0% | 1 | | total | 3.205 | 3.205 | 3.205 | 3.205 | 3.205 | 3.205 | 100.0% | 1 | | -> duration | 3.205 | 3.205 | 3.205 | 3.205 | 3.205 | 3.205 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.204907 Full duration: 32.229439 -------------------------------------------------------------------------------- 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 704f3116-46d5-403a-bcf5-a6d15470c605 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.215 | 1.215 | 1.215 | 1.215 | 1.215 | 1.215 | 100.0% | 1 | | neutron.create_subnet | 0.727 | 0.727 | 0.727 | 0.727 | 0.727 | 0.727 | 100.0% | 1 | | neutron.create_router | 0.117 | 0.117 | 0.117 | 0.117 | 0.117 | 0.117 | 100.0% | 1 | | neutron.add_interface_router | 2.676 | 2.676 | 2.676 | 2.676 | 2.676 | 2.676 | 100.0% | 1 | | neutron.remove_interface_router | 1.946 | 1.946 | 1.946 | 1.946 | 1.946 | 1.946 | 100.0% | 1 | | neutron.delete_router | 0.357 | 0.357 | 0.357 | 0.357 | 0.357 | 0.357 | 100.0% | 1 | | total | 7.038 | 7.038 | 7.038 | 7.038 | 7.038 | 7.038 | 100.0% | 1 | | -> duration | 7.038 | 7.038 | 7.038 | 7.038 | 7.038 | 7.038 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.037623 Full duration: 41.764836 -------------------------------------------------------------------------------- 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 704f3116-46d5-403a-bcf5-a6d15470c605 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.654 | 1.654 | 1.654 | 1.654 | 1.654 | 1.654 | 100.0% | 1 | | neutron.delete_subnet | 0.627 | 0.627 | 0.627 | 0.627 | 0.627 | 0.627 | 100.0% | 1 | | total | 2.281 | 2.281 | 2.281 | 2.281 | 2.281 | 2.281 | 100.0% | 1 | | -> duration | 2.281 | 2.281 | 2.281 | 2.281 | 2.281 | 2.281 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.280643 Full duration: 30.303423 -------------------------------------------------------------------------------- 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 704f3116-46d5-403a-bcf5-a6d15470c605 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.267 | 1.267 | 1.267 | 1.267 | 1.267 | 1.267 | 100.0% | 1 | | neutron.list_networks | 0.339 | 0.339 | 0.339 | 0.339 | 0.339 | 0.339 | 100.0% | 1 | | total | 1.606 | 1.606 | 1.606 | 1.606 | 1.606 | 1.606 | 100.0% | 1 | | -> duration | 1.606 | 1.606 | 1.606 | 1.606 | 1.606 | 1.606 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.606007 Full duration: 18.341631 -------------------------------------------------------------------------------- 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 704f3116-46d5-403a-bcf5-a6d15470c605 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 | 2.156 | 2.156 | 2.156 | 2.156 | 2.156 | 2.156 | 100.0% | 1 | | neutron.list_ports | 0.157 | 0.157 | 0.157 | 0.157 | 0.157 | 0.157 | 100.0% | 1 | | total | 2.314 | 2.314 | 2.314 | 2.314 | 2.314 | 2.314 | 100.0% | 1 | | -> duration | 2.314 | 2.314 | 2.314 | 2.314 | 2.314 | 2.314 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.313521 Full duration: 31.898276 -------------------------------------------------------------------------------- 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 704f3116-46d5-403a-bcf5-a6d15470c605 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.143 | 1.143 | 1.143 | 1.143 | 1.143 | 1.143 | 100.0% | 1 | | neutron.create_subnet | 0.83 | 0.83 | 0.83 | 0.83 | 0.83 | 0.83 | 100.0% | 1 | | neutron.create_router | 0.127 | 0.127 | 0.127 | 0.127 | 0.127 | 0.127 | 100.0% | 1 | | neutron.add_interface_router | 2.44 | 2.44 | 2.44 | 2.44 | 2.44 | 2.44 | 100.0% | 1 | | neutron.list_routers | 0.149 | 0.149 | 0.149 | 0.149 | 0.149 | 0.149 | 100.0% | 1 | | total | 4.69 | 4.69 | 4.69 | 4.69 | 4.69 | 4.69 | 100.0% | 1 | | -> duration | 4.69 | 4.69 | 4.69 | 4.69 | 4.69 | 4.69 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.690292 Full duration: 43.017765 -------------------------------------------------------------------------------- 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 704f3116-46d5-403a-bcf5-a6d15470c605 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.169 | 1.169 | 1.169 | 1.169 | 1.169 | 1.169 | 100.0% | 1 | | neutron.create_subnet | 0.891 | 0.891 | 0.891 | 0.891 | 0.891 | 0.891 | 100.0% | 1 | | neutron.list_subnets | 0.137 | 0.137 | 0.137 | 0.137 | 0.137 | 0.137 | 100.0% | 1 | | total | 2.197 | 2.197 | 2.197 | 2.197 | 2.197 | 2.197 | 100.0% | 1 | | -> duration | 2.197 | 2.197 | 2.197 | 2.197 | 2.197 | 2.197 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.197403 Full duration: 37.671274 -------------------------------------------------------------------------------- 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 704f3116-46d5-403a-bcf5-a6d15470c605 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.272 | 1.272 | 1.272 | 1.272 | 1.272 | 1.272 | 100.0% | 1 | | neutron.delete_security_group | 0.184 | 0.184 | 0.184 | 0.184 | 0.184 | 0.184 | 100.0% | 1 | | total | 1.456 | 1.456 | 1.456 | 1.456 | 1.456 | 1.456 | 100.0% | 1 | | -> duration | 1.456 | 1.456 | 1.456 | 1.456 | 1.456 | 1.456 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.456126 Full duration: 15.870094 -------------------------------------------------------------------------------- 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 704f3116-46d5-403a-bcf5-a6d15470c605 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.25 | 1.25 | 1.25 | 1.25 | 1.25 | 1.25 | 100.0% | 1 | | neutron.create_security_group_rule | 0.184 | 0.184 | 0.184 | 0.184 | 0.184 | 0.184 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.119 | 0.119 | 0.119 | 0.119 | 0.119 | 0.119 | 100.0% | 1 | | neutron.delete_security_group | 0.184 | 0.184 | 0.184 | 0.184 | 0.184 | 0.184 | 100.0% | 1 | | total | 1.737 | 1.737 | 1.737 | 1.737 | 1.737 | 1.737 | 100.0% | 1 | | -> duration | 1.737 | 1.737 | 1.737 | 1.737 | 1.737 | 1.737 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.737291 Full duration: 15.722432 -------------------------------------------------------------------------------- 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 704f3116-46d5-403a-bcf5-a6d15470c605 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.405 | 1.405 | 1.405 | 1.405 | 1.405 | 1.405 | 100.0% | 1 | | neutron.create_router | 0.105 | 0.105 | 0.105 | 0.105 | 0.105 | 0.105 | 100.0% | 1 | | neutron.add_gateway_router | 2.192 | 2.192 | 2.192 | 2.192 | 2.192 | 2.192 | 100.0% | 1 | | neutron.remove_gateway_router | 1.702 | 1.702 | 1.702 | 1.702 | 1.702 | 1.702 | 100.0% | 1 | | total | 5.404 | 5.404 | 5.404 | 5.404 | 5.404 | 5.404 | 100.0% | 1 | | -> duration | 5.404 | 5.404 | 5.404 | 5.404 | 5.404 | 5.404 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.40366 Full duration: 28.164614 HINTS: * To plot HTML graphics with this data, run: rally task report 704f3116-46d5-403a-bcf5-a6d15470c605 --out output.html * To generate a JUnit report, run: rally task export 704f3116-46d5-403a-bcf5-a6d15470c605 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 704f3116-46d5-403a-bcf5-a6d15470c605 --json --out output.json 2018-05-29 10:01:12,807 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '704f3116-46d5-403a-bcf5-a6d15470c605'] 2018-05-29 10:01:14,681 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-29 10:01:14,681 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '704f3116-46d5-403a-bcf5-a6d15470c605', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-05-29 10:01:14,691 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-05-29 10:01:14,692 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-05-29 10:01:14,692 - 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-29 10:01:14,692 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-29 10:01:14,710 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-29 10:01:14,711 - 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': 'floating_net', 'service_list': ['nova'], 'concurrency': 4, 'netid': 'b957026b-ea2e-480e-9dce-2cdecd3a6ec1', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-6367292a-b4e7-440c-9859-9977c9c5f348', 'flavor_name': 'rally-tiny-6367292a-b4e7-440c-9859-9977c9c5f348', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-6367292a-b4e7-440c-9859-9977c9c5f348', '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-29 10:09:12,568 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : aa34c802-9761-4c08-8929-fca46af1441e 2018-05-29 10:09:12,569 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'aa34c802-9761-4c08-8929-fca46af1441e'] 2018-05-29 10:09:14,503 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task aa34c802-9761-4c08-8929-fca46af1441e: 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-6367292a-b4e7-440c-9859-9977c9c5f348" }, "image": { "name": "Cirros-0.4.0-6367292a-b4e7-440c-9859-9977c9c5f348" }, "block_migration": false, "nics": [ { "net-id": "b957026b-ea2e-480e-9dce-2cdecd3a6ec1" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task aa34c802-9761-4c08-8929-fca46af1441e 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.57 | 12.57 | 12.57 | 12.57 | 12.57 | 12.57 | 100.0% | 1 | | nova.find_host_to_migrate | 1.012 | 1.012 | 1.012 | 1.012 | 1.012 | 1.012 | 100.0% | 1 | | nova.live_migrate | 12.106 | 12.106 | 12.106 | 12.106 | 12.106 | 12.106 | 100.0% | 1 | | nova.delete_server | 2.614 | 2.614 | 2.614 | 2.614 | 2.614 | 2.614 | 100.0% | 1 | | total | 28.303 | 28.303 | 28.303 | 28.303 | 28.303 | 28.303 | 100.0% | 1 | | -> duration | 27.303 | 27.303 | 27.303 | 27.303 | 27.303 | 27.303 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 27.302541 Full duration: 38.512388 -------------------------------------------------------------------------------- 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-6367292a-b4e7-440c-9859-9977c9c5f348" }, "image": { "name": "Cirros-0.4.0-6367292a-b4e7-440c-9859-9977c9c5f348" }, "size": 10, "block_migration": false, "boot_server_kwargs": { "nics": [ { "net-id": "b957026b-ea2e-480e-9dce-2cdecd3a6ec1" } ] } }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task aa34c802-9761-4c08-8929-fca46af1441e 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.352 | 12.352 | 12.352 | 12.352 | 12.352 | 12.352 | 100.0% | 1 | | cinder_v2.create_volume | 2.913 | 2.913 | 2.913 | 2.913 | 2.913 | 2.913 | 100.0% | 1 | | nova.attach_volume | 7.227 | 7.227 | 7.227 | 7.227 | 7.227 | 7.227 | 100.0% | 1 | | nova.find_host_to_migrate | 1.082 | 1.082 | 1.082 | 1.082 | 1.082 | 1.082 | 100.0% | 1 | | nova.live_migrate | 16.306 | 16.306 | 16.306 | 16.306 | 16.306 | 16.306 | 100.0% | 1 | | nova.detach_volume | 3.869 | 3.869 | 3.869 | 3.869 | 3.869 | 3.869 | 100.0% | 1 | | cinder_v2.delete_volume | 36.112 | 36.112 | 36.112 | 36.112 | 36.112 | 36.112 | 100.0% | 1 | | nova.delete_server | 2.599 | 2.599 | 2.599 | 2.599 | 2.599 | 2.599 | 100.0% | 1 | | total | 82.462 | 82.462 | 82.462 | 82.462 | 82.462 | 82.462 | 100.0% | 1 | | -> duration | 81.462 | 81.462 | 81.462 | 81.462 | 81.462 | 81.462 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 81.462391 Full duration: 95.17165 -------------------------------------------------------------------------------- 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-6367292a-b4e7-440c-9859-9977c9c5f348" }, "image": { "name": "Cirros-0.4.0-6367292a-b4e7-440c-9859-9977c9c5f348" }, "block_migration": false, "volume_size": 10, "force_delete": false, "nics": [ { "net-id": "b957026b-ea2e-480e-9dce-2cdecd3a6ec1" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task aa34c802-9761-4c08-8929-fca46af1441e 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 | 6.458 | 6.458 | 6.458 | 6.458 | 6.458 | 6.458 | 100.0% | 1 | | nova.boot_server | 13.846 | 13.846 | 13.846 | 13.846 | 13.846 | 13.846 | 100.0% | 1 | | nova.find_host_to_migrate | 1.05 | 1.05 | 1.05 | 1.05 | 1.05 | 1.05 | 100.0% | 1 | | nova.live_migrate | 18.336 | 18.336 | 18.336 | 18.336 | 18.336 | 18.336 | 100.0% | 1 | | nova.delete_server | 7.034 | 7.034 | 7.034 | 7.034 | 7.034 | 7.034 | 100.0% | 1 | | total | 46.725 | 46.725 | 46.725 | 46.725 | 46.725 | 46.725 | 100.0% | 1 | | -> duration | 45.725 | 45.725 | 45.725 | 45.725 | 45.725 | 45.725 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 45.724907 Full duration: 60.441939 -------------------------------------------------------------------------------- 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-6367292a-b4e7-440c-9859-9977c9c5f348" }, "image": { "name": "Cirros-0.4.0-6367292a-b4e7-440c-9859-9977c9c5f348" }, "server_kwargs": { "nics": [ { "net-id": "b957026b-ea2e-480e-9dce-2cdecd3a6ec1" } ] } }, "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 aa34c802-9761-4c08-8929-fca46af1441e 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.886 | 0.886 | 0.886 | 0.886 | 0.886 | 0.886 | 100.0% | 1 | | nova.boot_server | 9.604 | 9.604 | 9.604 | 9.604 | 9.604 | 9.604 | 100.0% | 1 | | nova.delete_server | 2.588 | 2.588 | 2.588 | 2.588 | 2.588 | 2.588 | 100.0% | 1 | | nova.delete_keypair | 0.03 | 0.03 | 0.03 | 0.03 | 0.03 | 0.03 | 100.0% | 1 | | total | 13.11 | 13.11 | 13.11 | 13.11 | 13.11 | 13.11 | 100.0% | 1 | | -> duration | 12.11 | 12.11 | 12.11 | 12.11 | 12.11 | 12.11 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 12.1102 Full duration: 37.448705 -------------------------------------------------------------------------------- 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-6367292a-b4e7-440c-9859-9977c9c5f348" }, "image": { "name": "Cirros-0.4.0-6367292a-b4e7-440c-9859-9977c9c5f348" }, "volume_size": 5, "nics": [ { "net-id": "b957026b-ea2e-480e-9dce-2cdecd3a6ec1" } ] }, "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 aa34c802-9761-4c08-8929-fca46af1441e 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 | 6.006 | 6.006 | 6.006 | 6.006 | 6.006 | 6.006 | 100.0% | 1 | | nova.boot_server | 11.65 | 11.65 | 11.65 | 11.65 | 11.65 | 11.65 | 100.0% | 1 | | nova.delete_server | 5.027 | 5.027 | 5.027 | 5.027 | 5.027 | 5.027 | 100.0% | 1 | | total | 22.683 | 22.683 | 22.683 | 22.683 | 22.683 | 22.683 | 100.0% | 1 | | -> duration | 21.683 | 21.683 | 21.683 | 21.683 | 21.683 | 21.683 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 21.68292 Full duration: 52.68954 -------------------------------------------------------------------------------- test scenario NovaServers.pause_and_unpause_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-6367292a-b4e7-440c-9859-9977c9c5f348" }, "image": { "name": "Cirros-0.4.0-6367292a-b4e7-440c-9859-9977c9c5f348" }, "force_delete": false, "nics": [ { "net-id": "b957026b-ea2e-480e-9dce-2cdecd3a6ec1" } ] }, "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 aa34c802-9761-4c08-8929-fca46af1441e 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.145 | 12.145 | 12.145 | 12.145 | 12.145 | 12.145 | 100.0% | 1 | | nova.pause_server | 2.485 | 2.485 | 2.485 | 2.485 | 2.485 | 2.485 | 100.0% | 1 | | nova.unpause_server | 2.491 | 2.491 | 2.491 | 2.491 | 2.491 | 2.491 | 100.0% | 1 | | nova.delete_server | 2.8 | 2.8 | 2.8 | 2.8 | 2.8 | 2.8 | 100.0% | 1 | | total | 19.921 | 19.921 | 19.921 | 19.921 | 19.921 | 19.921 | 100.0% | 1 | | -> duration | 14.921 | 14.921 | 14.921 | 14.921 | 14.921 | 14.921 | 100.0% | 1 | | -> idle_duration | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 14.921067 Full duration: 44.072973 -------------------------------------------------------------------------------- test scenario NovaServers.boot_and_migrate_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-6367292a-b4e7-440c-9859-9977c9c5f348" }, "image": { "name": "Cirros-0.4.0-6367292a-b4e7-440c-9859-9977c9c5f348" }, "nics": [ { "net-id": "b957026b-ea2e-480e-9dce-2cdecd3a6ec1" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task aa34c802-9761-4c08-8929-fca46af1441e 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.982 | 9.982 | 9.982 | 9.982 | 9.982 | 9.982 | 100.0% | 1 | | nova.migrate | 34.591 | 34.591 | 34.591 | 34.591 | 34.591 | 34.591 | 100.0% | 1 | | nova.resize_confirm | 2.761 | 2.761 | 2.761 | 2.761 | 2.761 | 2.761 | 100.0% | 1 | | nova.delete_server | 2.579 | 2.579 | 2.579 | 2.579 | 2.579 | 2.579 | 100.0% | 1 | | total | 49.914 | 49.914 | 49.914 | 49.914 | 49.914 | 49.914 | 100.0% | 1 | | -> duration | 48.914 | 48.914 | 48.914 | 48.914 | 48.914 | 48.914 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 48.913934 Full duration: 59.815024 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_and_list_interfaces args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-6367292a-b4e7-440c-9859-9977c9c5f348" }, "image": { "name": "Cirros-0.4.0-6367292a-b4e7-440c-9859-9977c9c5f348" }, "auto_assign_nic": true }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {} } } -------------------------------------------------------------------------------- Task aa34c802-9761-4c08-8929-fca46af1441e 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.506 | 12.506 | 12.506 | 12.506 | 12.506 | 12.506 | 100.0% | 1 | | nova.list_interfaces | 0.183 | 0.183 | 0.183 | 0.183 | 0.183 | 0.183 | 100.0% | 1 | | total | 12.689 | 12.689 | 12.689 | 12.689 | 12.689 | 12.689 | 100.0% | 1 | | -> duration | 11.689 | 11.689 | 11.689 | 11.689 | 11.689 | 11.689 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 11.688718 Full duration: 41.046184 -------------------------------------------------------------------------------- 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 aa34c802-9761-4c08-8929-fca46af1441e 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 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | | nova.delete_server_group | 0.055 | 0.055 | 0.055 | 0.055 | 0.055 | 0.055 | 100.0% | 1 | | total | 1.055 | 1.055 | 1.055 | 1.055 | 1.055 | 1.055 | 100.0% | 1 | | -> duration | 1.055 | 1.055 | 1.055 | 1.055 | 1.055 | 1.055 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.055146 Full duration: 10.416227 HINTS: * To plot HTML graphics with this data, run: rally task report aa34c802-9761-4c08-8929-fca46af1441e --out output.html * To generate a JUnit report, run: rally task export aa34c802-9761-4c08-8929-fca46af1441e --type junit --to output.xml * To get raw JSON output of task results, run: rally task report aa34c802-9761-4c08-8929-fca46af1441e --json --out output.json 2018-05-29 10:09:14,504 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'aa34c802-9761-4c08-8929-fca46af1441e'] 2018-05-29 10:09:16,361 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-29 10:09:16,361 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'aa34c802-9761-4c08-8929-fca46af1441e', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-05-29 10:09:16,372 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" OK. 2018-05-29 10:09:16,372 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-05-29 10:09:16,373 - 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-29 10:09:16,373 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-29 10:09:16,390 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-29 10:09:16,391 - 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': 'floating_net', 'service_list': ['quotas'], 'concurrency': 4, 'netid': 'b957026b-ea2e-480e-9dce-2cdecd3a6ec1', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-6367292a-b4e7-440c-9859-9977c9c5f348', 'flavor_name': 'rally-tiny-6367292a-b4e7-440c-9859-9977c9c5f348', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-6367292a-b4e7-440c-9859-9977c9c5f348', '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-29 10:10:11,508 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : b42f9224-3121-4e87-8f79-2f699ab50096 2018-05-29 10:10:11,508 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'b42f9224-3121-4e87-8f79-2f699ab50096'] 2018-05-29 10:10:13,303 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task b42f9224-3121-4e87-8f79-2f699ab50096: 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 b42f9224-3121-4e87-8f79-2f699ab50096 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.067 | 1.067 | 1.067 | 1.067 | 1.067 | 1.067 | 100.0% | 1 | | quotas.delete_quotas | 0.15 | 0.15 | 0.15 | 0.15 | 0.15 | 0.15 | 100.0% | 1 | | total | 1.217 | 1.217 | 1.217 | 1.217 | 1.217 | 1.217 | 100.0% | 1 | | -> duration | 1.217 | 1.217 | 1.217 | 1.217 | 1.217 | 1.217 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.217111 Full duration: 9.43578 -------------------------------------------------------------------------------- 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 b42f9224-3121-4e87-8f79-2f699ab50096 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.998 | 0.998 | 0.998 | 0.998 | 0.998 | 0.998 | 100.0% | 1 | | total | 0.998 | 0.998 | 0.998 | 0.998 | 0.998 | 0.998 | 100.0% | 1 | | -> duration | 0.998 | 0.998 | 0.998 | 0.998 | 0.998 | 0.998 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.997754 Full duration: 9.30567 -------------------------------------------------------------------------------- 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 b42f9224-3121-4e87-8f79-2f699ab50096 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.239 | 0.239 | 0.239 | 0.239 | 0.239 | 0.239 | 100.0% | 1 | | total | 0.809 | 0.809 | 0.809 | 0.809 | 0.809 | 0.809 | 100.0% | 1 | | -> duration | 0.809 | 0.809 | 0.809 | 0.809 | 0.809 | 0.809 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.808935 Full duration: 8.995292 -------------------------------------------------------------------------------- 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 b42f9224-3121-4e87-8f79-2f699ab50096 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.29 | 1.29 | 1.29 | 1.29 | 1.29 | 1.29 | 100.0% | 1 | | total | 1.29 | 1.29 | 1.29 | 1.29 | 1.29 | 1.29 | 100.0% | 1 | | -> duration | 1.29 | 1.29 | 1.29 | 1.29 | 1.29 | 1.29 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.289859 Full duration: 9.570958 HINTS: * To plot HTML graphics with this data, run: rally task report b42f9224-3121-4e87-8f79-2f699ab50096 --out output.html * To generate a JUnit report, run: rally task export b42f9224-3121-4e87-8f79-2f699ab50096 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report b42f9224-3121-4e87-8f79-2f699ab50096 --json --out output.json 2018-05-29 10:10:13,303 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'b42f9224-3121-4e87-8f79-2f699ab50096'] 2018-05-29 10:10:15,056 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-29 10:10:15,057 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'b42f9224-3121-4e87-8f79-2f699ab50096', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-05-29 10:10:15,062 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-05-29 10:10:15,067 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:49 | 6 | 100.00% | | glance | 01:12 | 4 | 100.00% | | cinder | 03:39 | 10 | 100.00% | | heat | 01:12 | 4 | 100.00% | | keystone | 02:59 | 11 | 100.00% | | neutron | 05:11 | 11 | 100.00% | | nova | 07:19 | 9 | 100.00% | | quotas | 00:37 | 4 | 100.00% | | | | | | | TOTAL: | 00:23:02 | 59 | 100.00% | +----------------+------------+----------------+-----------+ 2018-05-29 10:10:15,067 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 100.00% 2018-05-29 10:10:23,326 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-29 10:10:23,326 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 27:25 | PASS | +----------------------+------------------+------------------+----------------+ 2018-05-29 10:10:23,329 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-05-29 10:10:23,425 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - cloud: 2018-05-29 10:10:23,425 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - domain: Default 2018-05-29 10:10:23,425 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-29 10:10:27,474 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-29 10:10:27.317 11196 INFO rally.deployment.engine [-] Deployment ae7a54c8-dc42-4b94-af5a-752fe7a81e57 | Starting: Destroy cloud and free allocated resources. 2018-05-29 10:10:27.333 11196 INFO rally.deployment.engine [-] Deployment ae7a54c8-dc42-4b94-af5a-752fe7a81e57 | Completed: Destroy cloud and free allocated resources. 2018-05-29 10:10:27.349 11196 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=1b3fc983-e49f-49c9-92f8-5eacdb9e8236). 2018-05-29 10:10:27.354 11196 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-05-29 10:10:31,650 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-29 10:10:31.487 11199 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=a04dd8af-5aa6-42bf-98be-10544ae15e5d) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | a04dd8af-5aa6-42bf-98be-10544ae15e5d | 2018-05-29T10:10:31 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: a04dd8af-5aa6-42bf-98be-10544ae15e5d ~/.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-29 10:10:37,037 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | artifact | Available | | __unknown__ | compute_legacy | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-05-29 10:10:37,037 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-29 10:10:41,212 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-05-29 10:10:40.959 11205 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=1b3fc983-e49f-49c9-92f8-5eacdb9e8236). 2018-05-29 10:10:41.104 11205 INFO rally.api [-] Verifier has been successfully deleted! 2018-05-29 10:10:46,839 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-05-29 10:10:45.014 11208 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-05-29 10:10:45.078 11208 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-05-29 10:10:46.699 11208 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=de1d2db3-3e32-41fa-9a1c-089c35b7ae2d) has been successfully created! Using verifier 'opnfv-tempest' (UUID=de1d2db3-3e32-41fa-9a1c-089c35b7ae2d) as the default verifier for the future CLI operations. 2018-05-29 10:10:52,431 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating network with name: 'tempest-net-3f51269f-6998-4a54-bc0e-33976faecafb' 2018-05-29 10:10:53,441 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': u'physnet2', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-05-29T10:10:53Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vlan', u'id': u'e6ff8122-0c23-4031-9fb3-acfc478d7ed2', u'provider:segmentation_id': 1079, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tempest-net-3f51269f-6998-4a54-bc0e-33976faecafb', u'admin_state_up': True, u'tenant_id': u'70cc141f1ac541cbb76ecedbbd38451e', u'created_at': u'2018-05-29T10:10:53Z', u'mtu': 1500, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'70cc141f1ac541cbb76ecedbbd38451e'}) 2018-05-29 10:10:54,079 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-05-29T10:10: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'82d31db0-fa8b-46f6-a1b3-eab103ac76f8', u'subnetpool_id': None, u'service_types': [], u'name': u'tempest-subnet-3f51269f-6998-4a54-bc0e-33976faecafb', u'enable_dhcp': True, u'network_id': u'e6ff8122-0c23-4031-9fb3-acfc478d7ed2', u'tenant_id': u'70cc141f1ac541cbb76ecedbbd38451e', u'created_at': u'2018-05-29T10:10: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'70cc141f1ac541cbb76ecedbbd38451e'}) 2018-05-29 10:10:54,079 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-05-29 10:10:54,079 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating image with name: 'Cirros-0.4.0-3f51269f-6998-4a54-bc0e-33976faecafb' 2018-05-29 10:10:54,704 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/Cirros-0.4.0-3f51269f-6998-4a54-bc0e-33976faecafb', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-05-29T10:10:54Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'public', u'file': u'/v2/images/b2aa1fcd-d9d1-4c84-be39-6d8cba4e64e3/file', u'owner': u'70cc141f1ac541cbb76ecedbbd38451e', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'b2aa1fcd-d9d1-4c84-be39-6d8cba4e64e3', u'size': None, u'name': u'Cirros-0.4.0-3f51269f-6998-4a54-bc0e-33976faecafb', u'checksum': None, u'self': u'/v2/images/b2aa1fcd-d9d1-4c84-be39-6d8cba4e64e3', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-05-29T10:10:54Z', u'schema': u'/v2/schemas/image'}) 2018-05-29 10:10:54,704 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating image with name: 'Cirros-0.4.0-1-3f51269f-6998-4a54-bc0e-33976faecafb' 2018-05-29 10:10:55,130 - 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-3f51269f-6998-4a54-bc0e-33976faecafb', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-05-29T10:10:55Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'public', u'file': u'/v2/images/d43c7db6-7b41-4437-8c3b-d5d1f234836b/file', u'owner': u'70cc141f1ac541cbb76ecedbbd38451e', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'd43c7db6-7b41-4437-8c3b-d5d1f234836b', u'size': None, u'name': u'Cirros-0.4.0-1-3f51269f-6998-4a54-bc0e-33976faecafb', u'checksum': None, u'self': u'/v2/images/d43c7db6-7b41-4437-8c3b-d5d1f234836b', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-05-29T10:10:55Z', u'schema': u'/v2/schemas/image'}) 2018-05-29 10:10:55,130 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-29 10:10:55,314 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'opnfv_flavor-3f51269f-6998-4a54-bc0e-33976faecafb', 'ephemeral': 0, 'ram': 1024, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'70cc141f1ac541cbb76ecedbbd38451e', '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'506b53ef-59fb-495b-9145-e321ee5a09d1', 'swap': 0}) 2018-05-29 10:10:55,439 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'opnfv_flavor_1-3f51269f-6998-4a54-bc0e-33976faecafb', 'ephemeral': 0, 'ram': 1024, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'70cc141f1ac541cbb76ecedbbd38451e', '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'e2f7d10b-3c4d-40db-a64f-07241e8f2e7c', 'swap': 0}) 2018-05-29 10:11:00,498 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-29 10:10:59.508 11227 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=de1d2db3-3e32-41fa-9a1c-089c35b7ae2d) for deployment 'opnfv-rally' (UUID=a04dd8af-5aa6-42bf-98be-10544ae15e5d). 2018-05-29 10:11:00.348 11227 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=de1d2db3-3e32-41fa-9a1c-089c35b7ae2d) has been successfully configured for deployment 'opnfv-rally' (UUID=a04dd8af-5aa6-42bf-98be-10544ae15e5d)! 2018-05-29 10:11:00,498 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-05-29 10:11:00,499 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-05-29 10:11:00,500 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-05-29 10:11:04,681 - 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-29 10:11:08,614 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:11:08.613 11239 INFO rally.api [-] Starting verification (UUID=c6d57d7b-e1f9-4495-83c8-99991c228eaa) for deployment 'opnfv-rally' (UUID=a04dd8af-5aa6-42bf-98be-10544ae15e5d) by verifier 'opnfv-tempest' (UUID=de1d2db3-3e32-41fa-9a1c-089c35b7ae2d). 2018-05-29 10:11:08,614 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: c6d57d7b-e1f9-4495-83c8-99991c228eaa 2018-05-29 10:12:09,706 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:12:09.701 11239 INFO opnfv-tempest [-] {28} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.010s] 2018-05-29 10:12:10,112 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:12:10.111 11239 INFO opnfv-tempest [-] {7} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [4.012s] 2018-05-29 10:12:10,184 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:12:10.184 11239 INFO opnfv-tempest [-] {5} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [4.048s] 2018-05-29 10:12:12,481 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:12:12.481 11239 INFO opnfv-tempest [-] {20} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [4.938s] 2018-05-29 10:12:12,570 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:12:12.570 11239 INFO opnfv-tempest [-] {20} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.085s] 2018-05-29 10:12:12,990 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:12:12.990 11239 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.096s] 2018-05-29 10:12:13,144 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:12:13.144 11239 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.154s] 2018-05-29 10:12:13,361 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:12:13.361 11239 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.215s] 2018-05-29 10:12:13,746 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:12:13.746 11239 INFO opnfv-tempest [-] {36} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [4.615s] 2018-05-29 10:12:13,971 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:12:13.970 11239 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [4.156s] 2018-05-29 10:12:14,968 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:12:14.967 11239 INFO opnfv-tempest [-] {24} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [3.913s] 2018-05-29 10:12:16,191 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:12:16.191 11239 INFO opnfv-tempest [-] {18} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [3.999s] 2018-05-29 10:12:16,718 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:12:16.718 11239 INFO opnfv-tempest [-] {18} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.528s] 2018-05-29 10:12:17,134 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:12:17.134 11239 INFO opnfv-tempest [-] {30} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [4.716s] 2018-05-29 10:12:17,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:12:17.531 11239 INFO opnfv-tempest [-] {36} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [3.785s] 2018-05-29 10:12:19,278 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:12:19.277 11239 INFO opnfv-tempest [-] {25} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [7.342s] 2018-05-29 10:12:21,302 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:12:21.302 11239 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [14.226s] 2018-05-29 10:12:21,671 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:12:21.670 11239 INFO opnfv-tempest [-] {25} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [2.392s] 2018-05-29 10:12:23,642 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:12:23.642 11239 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [3.885s] 2018-05-29 10:12:24,110 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:12:24.110 11239 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [17.327s] 2018-05-29 10:12:25,458 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:12:25.458 11239 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [1.816s] 2018-05-29 10:12:25,617 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:12:25.617 11239 INFO opnfv-tempest [-] {19} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [16.157s] 2018-05-29 10:12:26,510 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:12:26.509 11239 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [1.050s] 2018-05-29 10:12:26,533 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:12:26.533 11239 INFO opnfv-tempest [-] {36} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [9.002s] 2018-05-29 10:12:27,092 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:12:27.091 11239 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [5.789s] 2018-05-29 10:12:27,650 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:12:27.650 11239 INFO opnfv-tempest [-] {36} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [1.117s] 2018-05-29 10:12:28,459 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:12:28.458 11239 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [14.486s] 2018-05-29 10:12:28,803 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:12:28.803 11239 INFO opnfv-tempest [-] {36} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [1.152s] 2018-05-29 10:12:29,080 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:12:29.080 11239 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [2.570s] 2018-05-29 10:12:29,867 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:12:29.866 11239 INFO opnfv-tempest [-] {14} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [20.161s] 2018-05-29 10:12:30,264 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:12:30.263 11239 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [1.184s] 2018-05-29 10:12:30,390 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:12:30.390 11239 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [6.280s] 2018-05-29 10:12:30,798 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:12:30.798 11239 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.535s] 2018-05-29 10:12:32,706 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:12:32.706 11239 INFO opnfv-tempest [-] {29} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_reserve_unreserve_volume ... success [7.807s] 2018-05-29 10:12:33,611 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:12:33.611 11239 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [2.812s] 2018-05-29 10:12:34,371 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:12:34.370 11239 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [14.982s] 2018-05-29 10:12:34,393 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:12:34.393 11239 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.780s] 2018-05-29 10:12:34,642 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:12:34.642 11239 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.250s] 2018-05-29 10:12:34,910 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:12:34.910 11239 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [6.452s] 2018-05-29 10:12:35,181 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:12:35.181 11239 INFO opnfv-tempest [-] {38} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [7.281s] 2018-05-29 10:12:35,186 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:12:35.185 11239 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.543s] 2018-05-29 10:12:35,562 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:12:35.561 11239 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.372s] 2018-05-29 10:12:36,268 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:12:36.267 11239 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.708s] 2018-05-29 10:12:36,357 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:12:36.357 11239 INFO opnfv-tempest [-] {29} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [3.650s] 2018-05-29 10:12:36,467 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:12:36.466 11239 INFO opnfv-tempest [-] {34} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.397s] 2018-05-29 10:12:36,866 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:12:36.866 11239 INFO opnfv-tempest [-] {34} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.401s] 2018-05-29 10:12:36,998 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:12:36.997 11239 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.729s] 2018-05-29 10:12:37,515 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:12:37.515 11239 INFO opnfv-tempest [-] {34} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.649s] 2018-05-29 10:12:37,653 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:12:37.652 11239 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.655s] 2018-05-29 10:12:37,797 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:12:37.797 11239 INFO opnfv-tempest [-] {34} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.281s] 2018-05-29 10:12:38,253 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:12:38.253 11239 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.600s] 2018-05-29 10:12:38,418 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:12:38.418 11239 INFO opnfv-tempest [-] {34} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.620s] 2018-05-29 10:12:38,824 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:12:38.824 11239 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [19.643s] 2018-05-29 10:12:38,871 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:12:38.870 11239 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [31.151s] 2018-05-29 10:12:39,059 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:12:39.058 11239 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [4.686s] 2018-05-29 10:12:39,546 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:12:39.545 11239 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [2.199s] 2018-05-29 10:12:40,283 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:12:40.283 11239 INFO opnfv-tempest [-] {34} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [1.864s] 2018-05-29 10:12:40,452 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:12:40.452 11239 INFO opnfv-tempest [-] {38} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [5.269s] 2018-05-29 10:12:40,679 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:12:40.679 11239 INFO opnfv-tempest [-] {22} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [1.029s] 2018-05-29 10:12:41,156 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:12:41.156 11239 INFO opnfv-tempest [-] {29} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [4.798s] 2018-05-29 10:12:41,386 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:12:41.385 11239 INFO opnfv-tempest [-] {22} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.708s] 2018-05-29 10:12:41,534 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:12:41.534 11239 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [1.987s] 2018-05-29 10:12:41,976 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:12:41.976 11239 INFO opnfv-tempest [-] {22} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.588s] 2018-05-29 10:12:42,024 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:12:42.024 11239 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_negative_volume_status ... success [3.769s] 2018-05-29 10:12:42,352 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:12:42.351 11239 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_nonexistent_volume_id ... success [0.329s] 2018-05-29 10:12:42,669 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:12:42.669 11239 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_unreserve_volume_with_nonexistent_volume_id ... success [0.316s] 2018-05-29 10:12:42,889 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:12:42.888 11239 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.219s] 2018-05-29 10:12:42,945 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:12:42.945 11239 INFO opnfv-tempest [-] {34} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [2.663s] 2018-05-29 10:12:43,731 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:12:43.730 11239 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.843s] 2018-05-29 10:12:43,889 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:12:43.889 11239 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [8.979s] 2018-05-29 10:12:44,033 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:12:44.033 11239 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.303s] 2018-05-29 10:12:44,164 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:12:44.164 11239 INFO opnfv-tempest [-] {34} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [1.218s] 2018-05-29 10:12:44,579 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:12:44.579 11239 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.544s] 2018-05-29 10:12:44,819 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:12:44.819 11239 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.240s] 2018-05-29 10:12:44,941 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:12:44.941 11239 INFO opnfv-tempest [-] {34} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.776s] 2018-05-29 10:12:45,371 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:12:45.371 11239 INFO opnfv-tempest [-] {22} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [3.392s] 2018-05-29 10:12:45,452 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:12:45.451 11239 INFO opnfv-tempest [-] {34} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.511s] 2018-05-29 10:12:46,428 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:12:46.428 11239 INFO opnfv-tempest [-] {35} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.877s] 2018-05-29 10:12:48,129 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:12:48.128 11239 INFO opnfv-tempest [-] {22} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [2.753s] 2018-05-29 10:12:50,439 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:12:50.439 11239 INFO opnfv-tempest [-] {22} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [2.311s] 2018-05-29 10:12:50,867 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:12:50.867 11239 INFO opnfv-tempest [-] {22} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.427s] 2018-05-29 10:12:52,037 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:12:52.036 11239 INFO opnfv-tempest [-] {22} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [1.169s] 2018-05-29 10:12:52,398 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:12:52.398 11239 INFO opnfv-tempest [-] {22} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.362s] 2018-05-29 10:12:53,136 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:12:53.135 11239 INFO opnfv-tempest [-] {22} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.737s] 2018-05-29 10:12:53,559 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:12:53.559 11239 INFO opnfv-tempest [-] {22} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.423s] 2018-05-29 10:12:55,033 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:12:55.033 11239 INFO opnfv-tempest [-] {22} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [1.473s] 2018-05-29 10:12:56,434 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:12:56.433 11239 INFO opnfv-tempest [-] {22} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [1.399s] 2018-05-29 10:12:56,867 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:12:56.866 11239 INFO opnfv-tempest [-] {35} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [10.438s] 2018-05-29 10:12:57,297 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:12:57.297 11239 INFO opnfv-tempest [-] {22} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.864s] 2018-05-29 10:12:57,930 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:12:57.930 11239 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [48.673s] 2018-05-29 10:12:59,357 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:12:59.357 11239 INFO opnfv-tempest [-] {22} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [2.059s] 2018-05-29 10:12:59,389 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:12:59.389 11239 INFO opnfv-tempest [-] {16} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.942s] 2018-05-29 10:12:59,511 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:12:59.510 11239 INFO opnfv-tempest [-] {16} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.123s] 2018-05-29 10:13:00,096 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:13:00.096 11239 INFO opnfv-tempest [-] {16} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.584s] 2018-05-29 10:13:00,132 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:13:00.132 11239 INFO opnfv-tempest [-] {16} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.035s] 2018-05-29 10:13:00,216 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:13:00.215 11239 INFO opnfv-tempest [-] {16} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.085s] 2018-05-29 10:13:00,600 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:13:00.600 11239 INFO opnfv-tempest [-] {16} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.384s] 2018-05-29 10:13:00,958 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:13:00.958 11239 INFO opnfv-tempest [-] {16} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.357s] 2018-05-29 10:13:01,282 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:13:01.282 11239 INFO opnfv-tempest [-] {16} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.324s] 2018-05-29 10:13:03,093 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:13:03.092 11239 INFO opnfv-tempest [-] {16} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [1.809s] 2018-05-29 10:13:03,131 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:13:03.131 11239 INFO opnfv-tempest [-] {16} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.038s] 2018-05-29 10:13:03,308 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:13:03.308 11239 INFO opnfv-tempest [-] {16} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.176s] 2018-05-29 10:13:07,739 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:13:07.739 11239 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [23.848s] 2018-05-29 10:13:14,491 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:13:14.490 11239 INFO opnfv-tempest [-] {27} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [66.681s] 2018-05-29 10:13:15,479 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:13:15.477 11239 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [49.978s] 2018-05-29 10:13:17,286 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:13:17.285 11239 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [59.706s] 2018-05-29 10:13:19,346 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:13:19.345 11239 INFO opnfv-tempest [-] {29} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [38.187s] 2018-05-29 10:13:21,152 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:13:21.151 11239 INFO opnfv-tempest [-] {17} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON ... fail 2018-05-29 10:13:22,078 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:13:22.077 11239 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [43.200s] 2018-05-29 10:13:25,431 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:13:25.431 11239 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [5.977s] 2018-05-29 10:13:26,923 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:13:26.923 11239 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [56.529s] 2018-05-29 10:13:29,263 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:13:29.262 11239 INFO opnfv-tempest [-] {21} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [29.950s] 2018-05-29 10:13:29,735 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:13:29.735 11239 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [21.994s] 2018-05-29 10:13:30,735 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:13:30.735 11239 INFO opnfv-tempest [-] {21} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [1.476s] 2018-05-29 10:13:30,830 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:13:30.830 11239 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [5.400s] 2018-05-29 10:13:31,488 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:13:31.487 11239 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [52.659s] 2018-05-29 10:13:36,527 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:13:36.527 11239 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [5.693s] 2018-05-29 10:13:38,222 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:13:38.222 11239 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [8.486s] 2018-05-29 10:13:38,316 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:13:38.316 11239 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [11.395s] 2018-05-29 10:13:38,743 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:13:38.743 11239 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.521s] 2018-05-29 10:13:39,268 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:13:39.267 11239 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.523s] 2018-05-29 10:13:39,368 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:13:39.367 11239 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.099s] 2018-05-29 10:13:39,409 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:13:39.408 11239 INFO opnfv-tempest [-] {12} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.040s] 2018-05-29 10:13:40,126 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:13:40.126 11239 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [3.598s] 2018-05-29 10:13:43,178 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:13:43.178 11239 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [3.053s] 2018-05-29 10:13:46,227 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:13:46.226 11239 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [30.749s] 2018-05-29 10:13:46,458 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:13:46.458 11239 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [3.278s] 2018-05-29 10:13:46,892 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:13:46.891 11239 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.432s] 2018-05-29 10:13:47,504 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:13:47.504 11239 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.612s] 2018-05-29 10:13:48,327 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:13:48.326 11239 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.822s] 2018-05-29 10:13:49,965 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:13:49.965 11239 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [11.646s] 2018-05-29 10:13:50,950 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:13:50.949 11239 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [53.008s] 2018-05-29 10:13:51,657 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:13:51.657 11239 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [3.330s] 2018-05-29 10:13:52,063 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:13:52.063 11239 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [34.775s] 2018-05-29 10:13:53,536 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:13:53.536 11239 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [1.879s] 2018-05-29 10:13:54,586 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:13:54.585 11239 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [1.049s] 2018-05-29 10:13:54,644 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:13:54.643 11239 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [32.565s] 2018-05-29 10:13:55,277 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:13:55.277 11239 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [5.313s] 2018-05-29 10:13:55,904 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:13:55.904 11239 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [1.318s] 2018-05-29 10:13:58,585 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:13:58.584 11239 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [2.678s] 2018-05-29 10:13:59,395 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:13:59.394 11239 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.809s] 2018-05-29 10:14:00,785 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:14:00.785 11239 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [1.391s] 2018-05-29 10:14:02,144 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:14:02.144 11239 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [1.358s] 2018-05-29 10:14:03,499 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:14:03.499 11239 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [11.437s] 2018-05-29 10:14:03,519 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:14:03.519 11239 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [1.375s] 2018-05-29 10:14:03,823 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:14:03.822 11239 INFO opnfv-tempest [-] {23} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [1.966s] 2018-05-29 10:14:03,874 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:14:03.874 11239 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.374s] 2018-05-29 10:14:04,005 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:14:04.005 11239 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [8.725s] 2018-05-29 10:14:04,099 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:14:04.099 11239 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.095s] 2018-05-29 10:14:04,192 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:14:04.192 11239 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.317s] 2018-05-29 10:14:04,352 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:14:04.352 11239 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.160s] 2018-05-29 10:14:04,518 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:14:04.518 11239 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.165s] 2018-05-29 10:14:05,506 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:14:05.506 11239 INFO opnfv-tempest [-] {23} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [1.684s] 2018-05-29 10:14:06,767 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:14:06.766 11239 INFO opnfv-tempest [-] {23} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [1.259s] 2018-05-29 10:14:07,761 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:14:07.760 11239 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [21.533s] 2018-05-29 10:14:08,709 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:14:08.709 11239 INFO opnfv-tempest [-] {23} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [1.942s] 2018-05-29 10:14:09,582 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:14:09.582 11239 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [14.937s] 2018-05-29 10:14:11,448 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:14:11.448 11239 INFO opnfv-tempest [-] {23} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [2.738s] 2018-05-29 10:14:11,815 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:14:11.815 11239 INFO opnfv-tempest [-] {23} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.366s] 2018-05-29 10:14:12,163 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:14:12.163 11239 INFO opnfv-tempest [-] {23} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.347s] 2018-05-29 10:14:12,326 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:14:12.325 11239 INFO opnfv-tempest [-] {23} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.163s] 2018-05-29 10:14:12,553 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:14:12.553 11239 INFO opnfv-tempest [-] {23} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.226s] 2018-05-29 10:14:12,704 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:14:12.703 11239 INFO opnfv-tempest [-] {23} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.150s] 2018-05-29 10:14:12,819 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:14:12.819 11239 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [21.869s] 2018-05-29 10:14:13,041 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:14:13.041 11239 INFO opnfv-tempest [-] {23} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.338s] 2018-05-29 10:14:18,224 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:14:18.223 11239 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [10.461s] 2018-05-29 10:14:23,727 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:14:23.727 11239 INFO opnfv-tempest [-] {31} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON ... fail 2018-05-29 10:14:25,164 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:14:25.163 11239 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [6.941s] 2018-05-29 10:14:31,488 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:14:31.488 11239 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [6.324s] 2018-05-29 10:14:37,183 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:14:37.182 11239 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [5.694s] 2018-05-29 10:14:37,568 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:14:37.568 11239 INFO opnfv-tempest [-] {33} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [18.114s] 2018-05-29 10:14:37,935 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:14:37.934 11239 INFO opnfv-tempest [-] {33} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.366s] 2018-05-29 10:14:39,102 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:14:39.101 11239 INFO opnfv-tempest [-] {33} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [1.164s] 2018-05-29 10:14:39,283 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:14:39.282 11239 INFO opnfv-tempest [-] {33} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.181s] 2018-05-29 10:14:39,284 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:14:39.284 11239 INFO opnfv-tempest [-] {33} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-05-29 10:14:42,418 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:14:42.417 11239 INFO opnfv-tempest [-] {37} tempest.api.compute.servers.test_create_server.ServersTestManualDisk ... fail 2018-05-29 10:14:43,166 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:14:43.165 11239 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [5.982s] 2018-05-29 10:14:46,856 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:14:46.856 11239 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [3.688s] 2018-05-29 10:14:47,099 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:14:47.099 11239 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.242s] 2018-05-29 10:14:47,291 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:14:47.291 11239 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.193s] 2018-05-29 10:14:47,406 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:14:47.406 11239 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.113s] 2018-05-29 10:14:47,544 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:14:47.543 11239 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.138s] 2018-05-29 10:14:47,865 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:14:47.865 11239 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.321s] 2018-05-29 10:14:48,059 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:14:48.058 11239 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.192s] 2018-05-29 10:14:48,089 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:14:48.088 11239 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [38.500s] 2018-05-29 10:14:48,347 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:14:48.346 11239 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.286s] 2018-05-29 10:14:48,447 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:14:48.446 11239 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.101s] 2018-05-29 10:14:53,132 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:14:53.132 11239 INFO opnfv-tempest [-] {32} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [4.685s] 2018-05-29 10:15:38,963 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:15:38.962 11239 INFO opnfv-tempest [-] {26} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [134.364s] 2018-05-29 10:16:19,717 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:16:19.717 11239 INFO opnfv-tempest [-] {26} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [40.745s] 2018-05-29 10:16:46,262 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'c6d57d7b-e1f9-4495-83c8-99991c228eaa']'. 2018-05-29 10:16:47,992 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-29 10:16:47,993 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-29 10:16:47,993 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-29 10:16:47,993 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | c6d57d7b-e1f9-4495-83c8-99991c228eaa | 2018-05-29 10:16:47,993 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-05-29 10:16:47,993 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-29 10:11:08 | 2018-05-29 10:16:47,993 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-29 10:16:45 | 2018-05-29 10:16:47,993 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:05:37 | 2018-05-29 10:16:47,993 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-29 10:16:47,993 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-29 10:16:47,993 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: de1d2db3-3e32-41fa-9a1c-089c35b7ae2d) | 2018-05-29 10:16:47,993 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-29 10:16:47,993 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: a04dd8af-5aa6-42bf-98be-10544ae15e5d) | 2018-05-29 10:16:47,993 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 202 | 2018-05-29 10:16:47,993 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 268.219 | 2018-05-29 10:16:47,994 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 187 | 2018-05-29 10:16:47,994 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-05-29 10:16:47,994 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-29 10:16:47,994 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-29 10:16:47,994 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 15 | 2018-05-29 10:16:47,994 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-29 10:16:47,994 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +--------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-29 10:16:48,107 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 92.5742574257% 2018-05-29 10:16:52,029 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-29 10:16:52,030 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 05:59 | FAIL | +--------------------------+------------------+------------------+----------------+ 2018-05-29 10:16:52,035 - xtesting.ci.run_tests - ERROR - The test case 'refstack_defcore' failed. 2018-05-29 10:16:52,036 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-05-29 10:16:52,126 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - cloud: 2018-05-29 10:16:52,126 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - domain: Default 2018-05-29 10:16:52,126 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-29 10:16:56,308 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-29 10:16:56.091 11454 INFO rally.deployment.engine [-] Deployment a04dd8af-5aa6-42bf-98be-10544ae15e5d | Starting: Destroy cloud and free allocated resources. 2018-05-29 10:16:56.106 11454 INFO rally.deployment.engine [-] Deployment a04dd8af-5aa6-42bf-98be-10544ae15e5d | Completed: Destroy cloud and free allocated resources. 2018-05-29 10:16:56.148 11454 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=de1d2db3-3e32-41fa-9a1c-089c35b7ae2d) for deployment 'opnfv-rally'. 2018-05-29 10:16:56.175 11454 INFO rally.api [-] Deleting verification (UUID=c6d57d7b-e1f9-4495-83c8-99991c228eaa). 2018-05-29 10:16:56.180 11454 INFO rally.api [-] Verification has been successfully deleted! 2018-05-29 10:16:56.180 11454 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=de1d2db3-3e32-41fa-9a1c-089c35b7ae2d). 2018-05-29 10:16:56.189 11454 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-05-29 10:17:00,344 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-29 10:17:00.214 11457 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=55279db3-12a3-40fd-9e17-134131cccbbe) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 55279db3-12a3-40fd-9e17-134131cccbbe | 2018-05-29T10:17:00 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 55279db3-12a3-40fd-9e17-134131cccbbe ~/.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-29 10:17:05,682 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | artifact | Available | | __unknown__ | compute_legacy | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-05-29 10:17:05,683 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-29 10:17:09,814 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-05-29 10:17:09.564 11463 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=de1d2db3-3e32-41fa-9a1c-089c35b7ae2d). 2018-05-29 10:17:09.708 11463 INFO rally.api [-] Verifier has been successfully deleted! 2018-05-29 10:17:15,629 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-05-29 10:17:13.785 11466 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-05-29 10:17:13.850 11466 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-05-29 10:17:15.482 11466 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=3b91cd5c-d7c4-4654-a1ce-96046e9f49c2) has been successfully created! Using verifier 'opnfv-tempest' (UUID=3b91cd5c-d7c4-4654-a1ce-96046e9f49c2) as the default verifier for the future CLI operations. 2018-05-29 10:17:21,175 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating network with name: 'tempest-net-f6fb1e51-6bc0-46a0-aa1b-782c5aea7bc3' 2018-05-29 10:17:22,117 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': u'physnet2', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-05-29T10:17:21Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vlan', u'id': u'cac32355-0b6d-4298-a741-d0ed32b50520', u'provider:segmentation_id': 1040, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tempest-net-f6fb1e51-6bc0-46a0-aa1b-782c5aea7bc3', u'admin_state_up': True, u'tenant_id': u'70cc141f1ac541cbb76ecedbbd38451e', u'created_at': u'2018-05-29T10:17:21Z', u'mtu': 1500, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'70cc141f1ac541cbb76ecedbbd38451e'}) 2018-05-29 10:17:22,763 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-05-29T10:17:22Z', 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'f49599d1-381c-436b-9217-ee83666dd598', u'subnetpool_id': None, u'service_types': [], u'name': u'tempest-subnet-f6fb1e51-6bc0-46a0-aa1b-782c5aea7bc3', u'enable_dhcp': True, u'network_id': u'cac32355-0b6d-4298-a741-d0ed32b50520', u'tenant_id': u'70cc141f1ac541cbb76ecedbbd38451e', u'created_at': u'2018-05-29T10:17:22Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.150.1', u'ip_version': 4, u'project_id': u'70cc141f1ac541cbb76ecedbbd38451e'}) 2018-05-29 10:17:22,763 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-05-29 10:17:22,763 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating image with name: 'Cirros-0.4.0-f6fb1e51-6bc0-46a0-aa1b-782c5aea7bc3' 2018-05-29 10:17:23,369 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/Cirros-0.4.0-f6fb1e51-6bc0-46a0-aa1b-782c5aea7bc3', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-05-29T10:17:23Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'public', u'file': u'/v2/images/3291c888-c4a2-4c2e-97de-fbf0c92b1291/file', u'owner': u'70cc141f1ac541cbb76ecedbbd38451e', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'3291c888-c4a2-4c2e-97de-fbf0c92b1291', u'size': None, u'name': u'Cirros-0.4.0-f6fb1e51-6bc0-46a0-aa1b-782c5aea7bc3', u'checksum': None, u'self': u'/v2/images/3291c888-c4a2-4c2e-97de-fbf0c92b1291', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-05-29T10:17:23Z', u'schema': u'/v2/schemas/image'}) 2018-05-29 10:17:23,370 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating image with name: 'Cirros-0.4.0-1-f6fb1e51-6bc0-46a0-aa1b-782c5aea7bc3' 2018-05-29 10:17:23,804 - 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-f6fb1e51-6bc0-46a0-aa1b-782c5aea7bc3', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-05-29T10:17:24Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'public', u'file': u'/v2/images/ebbbc202-6f35-48c4-b8af-dcfed9a64540/file', u'owner': u'70cc141f1ac541cbb76ecedbbd38451e', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'ebbbc202-6f35-48c4-b8af-dcfed9a64540', u'size': None, u'name': u'Cirros-0.4.0-1-f6fb1e51-6bc0-46a0-aa1b-782c5aea7bc3', u'checksum': None, u'self': u'/v2/images/ebbbc202-6f35-48c4-b8af-dcfed9a64540', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-05-29T10:17:24Z', u'schema': u'/v2/schemas/image'}) 2018-05-29 10:17:23,805 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-29 10:17:24,023 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'opnfv_flavor-f6fb1e51-6bc0-46a0-aa1b-782c5aea7bc3', 'ephemeral': 0, 'ram': 1024, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'70cc141f1ac541cbb76ecedbbd38451e', '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'b1e389d6-6920-47db-8f63-9423ce0035a7', 'swap': 0}) 2018-05-29 10:17:24,141 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'opnfv_flavor_1-f6fb1e51-6bc0-46a0-aa1b-782c5aea7bc3', 'ephemeral': 0, 'ram': 1024, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'70cc141f1ac541cbb76ecedbbd38451e', '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'6dcd65c5-b041-46c7-ab79-757734acd4e1', 'swap': 0}) 2018-05-29 10:17:29,208 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-29 10:17:28.221 11485 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=3b91cd5c-d7c4-4654-a1ce-96046e9f49c2) for deployment 'opnfv-rally' (UUID=55279db3-12a3-40fd-9e17-134131cccbbe). 2018-05-29 10:17:29.095 11485 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=3b91cd5c-d7c4-4654-a1ce-96046e9f49c2) has been successfully configured for deployment 'opnfv-rally' (UUID=55279db3-12a3-40fd-9e17-134131cccbbe)! 2018-05-29 10:17:29,209 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-05-29 10:17:29,209 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-05-29 10:17:29,210 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-05-29 10:17:29,214 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-05-29 10:17:35,365 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-3b91cd5c-d7c4-4654-a1ce-96046e9f49c2/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-29 10:17:35,366 - 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-29 10:17:39,349 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 10:17:39.349 11494 INFO rally.api [-] Starting verification (UUID=5c28f8c4-1a14-44bb-a6e5-7e0c60d84155) for deployment 'opnfv-rally' (UUID=55279db3-12a3-40fd-9e17-134131cccbbe) by verifier 'opnfv-tempest' (UUID=3b91cd5c-d7c4-4654-a1ce-96046e9f49c2). 2018-05-29 10:17:39,350 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 5c28f8c4-1a14-44bb-a6e5-7e0c60d84155 2018-05-29 10:22:27,643 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '5c28f8c4-1a14-44bb-a6e5-7e0c60d84155']'. 2018-05-29 10:22:29,474 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-29 10:22:29,474 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-29 10:22:29,474 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-29 10:22:29,474 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 5c28f8c4-1a14-44bb-a6e5-7e0c60d84155 | 2018-05-29 10:22:29,474 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-05-29 10:22:29,474 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-29 10:17:39 | 2018-05-29 10:22:29,474 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-29 10:22:27 | 2018-05-29 10:22:29,474 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:04:48 | 2018-05-29 10:22:29,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-29 10:22:29,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-29 10:22:29,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 3b91cd5c-d7c4-4654-a1ce-96046e9f49c2) | 2018-05-29 10:22:29,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-29 10:22:29,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 55279db3-12a3-40fd-9e17-134131cccbbe) | 2018-05-29 10:22:29,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 287 | 2018-05-29 10:22:29,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 237.868 | 2018-05-29 10:22:29,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 135 | 2018-05-29 10:22:29,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 152 | 2018-05-29 10:22:29,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-29 10:22:29,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-29 10:22:29,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-05-29 10:22:29,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-29 10:22:29,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-29 10:22:29,764 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 100.0% 2018-05-29 10:22:33,696 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-29 10:22:33,696 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 05:12 | PASS | +-------------------+------------------+------------------+----------------+ 2018-05-29 10:22:33,703 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-05-29 10:22:35,321 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{u'hw:mem_page_size': u'large'}' 2018-05-29 11:13:40,264 - xtesting.core.unit - DEBUG - test_add_rule (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_delete_group (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_admin_user_to_new_project (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_new_user_to_admin_project (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_with_one_complex_rule (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_with_one_simple_rule (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_with_several_rules (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_group_without_rules (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_remove_rule_by_id (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_remove_rule_by_setting (snaps.openstack.tests.create_security_group_tests.CreateSecurityGroupTests) ... ok test_create_delete_image (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_image_clean_file (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_image_clean_url (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_image_clean_url_properties (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_same_image (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_create_same_image_new_settings (snaps.openstack.tests.create_image_tests.CreateImageSuccessTests) ... ok test_bad_image_file (snaps.openstack.tests.create_image_tests.CreateImageNegativeTests) ... ok test_bad_image_image_type (snaps.openstack.tests.create_image_tests.CreateImageNegativeTests) ... ok test_bad_image_name (snaps.openstack.tests.create_image_tests.CreateImageNegativeTests) ... ok test_bad_image_url (snaps.openstack.tests.create_image_tests.CreateImageNegativeTests) ... ok test_create_three_part_image_from_file_3_creators (snaps.openstack.tests.create_image_tests.CreateMultiPartImageTests) ... ok test_create_three_part_image_from_url (snaps.openstack.tests.create_image_tests.CreateMultiPartImageTests) ... ok test_create_three_part_image_from_url_3_creators (snaps.openstack.tests.create_image_tests.CreateMultiPartImageTests) ... ok test_create_delete_keypair (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_from_file (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_large_key (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_only (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_save_both (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_save_pub_only (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsTests) ... ok test_create_keypair_exist_files_delete (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_keypair_exist_files_keep (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_keypair_gen_files_delete_1 (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_keypair_gen_files_delete_2 (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_keypair_gen_files_keep (snaps.openstack.tests.create_keypairs_tests.CreateKeypairsCleanupTests) ... ok test_create_delete_network (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_network_router_admin_user_to_new_project (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_network_router_new_user_to_admin_project (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_network_with_router (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_network_without_router (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_networks_same_name (snaps.openstack.tests.create_network_tests.CreateNetworkSuccessTests) ... ok test_create_delete_router (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_admin_state_True (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_admin_state_false (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_admin_user_to_new_project (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_external_network (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_new_user_as_admin_project (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_private_network (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_vanilla (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_with_ext_port (snaps.openstack.tests.create_router_tests.CreateRouterSuccessTests) ... ok test_create_router_admin_ports (snaps.openstack.tests.create_router_tests.CreateRouterNegativeTests) ... ok test_create_router_invalid_gateway_name (snaps.openstack.tests.create_router_tests.CreateRouterNegativeTests) ... ok test_create_router_noname (snaps.openstack.tests.create_router_tests.CreateRouterNegativeTests) ... ok test_create_delete_qos (snaps.openstack.tests.create_qos_tests.CreateQoSTests) ... ok test_create_qos (snaps.openstack.tests.create_qos_tests.CreateQoSTests) ... ok test_create_same_qos (snaps.openstack.tests.create_qos_tests.CreateQoSTests) ... ok test_create_delete_volume_type (snaps.openstack.tests.create_volume_type_tests.CreateSimpleVolumeTypeSuccessTests) ... ok test_create_same_volume_type (snaps.openstack.tests.create_volume_type_tests.CreateSimpleVolumeTypeSuccessTests) ... ok test_create_volume_type (snaps.openstack.tests.create_volume_type_tests.CreateSimpleVolumeTypeSuccessTests) ... ok test_volume_type_with_encryption (snaps.openstack.tests.create_volume_type_tests.CreateVolumeTypeComplexTests) ... ok test_volume_type_with_qos (snaps.openstack.tests.create_volume_type_tests.CreateVolumeTypeComplexTests) ... ok test_volume_type_with_qos_and_encryption (snaps.openstack.tests.create_volume_type_tests.CreateVolumeTypeComplexTests) ... ok test_create_delete_volume (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeSuccessTests) ... ok test_create_same_volume (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeSuccessTests) ... ok test_create_volume_simple (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeSuccessTests) ... ok test_create_volume_bad_image (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeFailureTests) ... ok test_create_volume_bad_size (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeFailureTests) ... ok test_create_volume_bad_type (snaps.openstack.tests.create_volume_tests.CreateSimpleVolumeFailureTests) ... ok test_bad_volume_type (snaps.openstack.tests.create_volume_tests.CreateVolumeWithTypeTests) ... ok test_valid_volume_type (snaps.openstack.tests.create_volume_tests.CreateVolumeWithTypeTests) ... ok test_bad_image_name (snaps.openstack.tests.create_volume_tests.CreateVolumeWithImageTests) ... ok test_valid_volume_image (snaps.openstack.tests.create_volume_tests.CreateVolumeWithImageTests) ... ok test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok test_ping_via_router (snaps.openstack.tests.create_instance_tests.CreateInstanceTwoNetTests) ... ok test_create_admin_instance (snaps.openstack.tests.create_instance_tests.CreateInstanceSimpleTests) ... ok test_create_delete_instance (snaps.openstack.tests.create_instance_tests.CreateInstanceSimpleTests) ... ok test_set_allowed_address_pairs (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_allowed_address_pairs_bad_ip (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_allowed_address_pairs_bad_mac (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_invalid_ip_one_subnet (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_invalid_mac (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_mac_and_ip (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_valid_ip_one_subnet (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_custom_valid_mac (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_one_port_two_ip_one_subnet (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_set_one_port_two_ip_two_subnets (snaps.openstack.tests.create_instance_tests.CreateInstancePortManipulationTests) ... ok test_add_invalid_security_group (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_add_same_security_group (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_add_security_group (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_remove_security_group (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_remove_security_group_never_added (snaps.openstack.tests.create_instance_tests.InstanceSecurityGroupTests) ... ok test_deploy_vm_to_each_compute_node (snaps.openstack.tests.create_instance_tests.CreateInstanceOnComputeHost) ... ok test_create_instance_from_three_part_image (snaps.openstack.tests.create_instance_tests.CreateInstanceFromThreePartImage) ... ok test_create_instance_with_one_volume (snaps.openstack.tests.create_instance_tests.CreateInstanceVolumeTests) ... ok test_create_instance_with_two_volumes (snaps.openstack.tests.create_instance_tests.CreateInstanceVolumeTests) ... ok test_create_delete_stack (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_create_same_stack (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_create_stack_short_timeout (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_create_stack_template_dict (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_create_stack_template_file (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_retrieve_network_creators (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_retrieve_vm_inst_creators (snaps.openstack.tests.create_stack_tests.CreateStackSuccessTests) ... ok test_retrieve_volume_creator (snaps.openstack.tests.create_stack_tests.CreateStackVolumeTests) ... ok test_retrieve_volume_type_creator (snaps.openstack.tests.create_stack_tests.CreateStackVolumeTests) ... ok test_retrieve_flavor_creator (snaps.openstack.tests.create_stack_tests.CreateStackFlavorTests) ... ok test_retrieve_keypair_creator (snaps.openstack.tests.create_stack_tests.CreateStackKeypairTests) ... ok test_retrieve_security_group_creator (snaps.openstack.tests.create_stack_tests.CreateStackSecurityGroupTests) ... ok test_bad_stack_file (snaps.openstack.tests.create_stack_tests.CreateStackNegativeTests) ... ok test_missing_dependencies (snaps.openstack.tests.create_stack_tests.CreateStackNegativeTests) ... ok test_single_port_static (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_after_active (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_after_init (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_after_reboot (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_before_active (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_reverse_engineer (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_ssh_client_fip_second_creator (snaps.openstack.tests.create_instance_tests.CreateInstanceSingleNetworkTests) ... ok test_connect_via_ssh_heat_vm (snaps.openstack.tests.create_stack_tests.CreateStackFloatingIpTests) ... FAIL test_connect_via_ssh_heat_vm_derived (snaps.openstack.tests.create_stack_tests.CreateStackFloatingIpTests) ... FAIL test_apply_simple_playbook (snaps.provisioning.tests.ansible_utils_tests.AnsibleProvisioningTests) ... ok test_apply_template_playbook (snaps.provisioning.tests.ansible_utils_tests.AnsibleProvisioningTests) ... ok ====================================================================== FAIL: test_connect_via_ssh_heat_vm (snaps.openstack.tests.create_stack_tests.CreateStackFloatingIpTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/snaps/openstack/tests/create_stack_tests.py", line 515, in test_connect_via_ssh_heat_vm create_instance_tests.validate_ssh_client(vm_inst_creator)) AssertionError: False is not true ====================================================================== FAIL: test_connect_via_ssh_heat_vm_derived (snaps.openstack.tests.create_stack_tests.CreateStackFloatingIpTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/snaps/openstack/tests/create_stack_tests.py", line 548, in test_connect_via_ssh_heat_vm_derived create_instance_tests.validate_ssh_client(vm_inst_creator)) AssertionError: False is not true ---------------------------------------------------------------------- Ran 119 tests in 3064.879s FAILED (failures=2) 2018-05-29 11:13:40,730 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-29 11:13:40,731 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 51:05 | FAIL | +---------------------+------------------+------------------+----------------+ 2018-05-29 11:13:40,737 - xtesting.ci.run_tests - ERROR - The test case 'snaps_smoke' failed. 2018-05-29 11:13:40,738 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-05-29 11:13:40,845 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - cloud: 2018-05-29 11:13:40,845 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - domain: Default 2018-05-29 11:13:40,845 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-29 11:13:45,251 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-29 11:13:44.957 11835 INFO rally.deployment.engine [-] Deployment 55279db3-12a3-40fd-9e17-134131cccbbe | Starting: Destroy cloud and free allocated resources. 2018-05-29 11:13:44.972 11835 INFO rally.deployment.engine [-] Deployment 55279db3-12a3-40fd-9e17-134131cccbbe | Completed: Destroy cloud and free allocated resources. 2018-05-29 11:13:45.025 11835 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=3b91cd5c-d7c4-4654-a1ce-96046e9f49c2) for deployment 'opnfv-rally'. 2018-05-29 11:13:45.062 11835 INFO rally.api [-] Deleting verification (UUID=5c28f8c4-1a14-44bb-a6e5-7e0c60d84155). 2018-05-29 11:13:45.068 11835 INFO rally.api [-] Verification has been successfully deleted! 2018-05-29 11:13:45.069 11835 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=3b91cd5c-d7c4-4654-a1ce-96046e9f49c2). 2018-05-29 11:13:45.081 11835 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-05-29 11:13:49,411 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-29 11:13:49.225 11838 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=9a588c3a-b86a-477e-90ce-ec1aec711a8b) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 9a588c3a-b86a-477e-90ce-ec1aec711a8b | 2018-05-29T11:13:49 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 9a588c3a-b86a-477e-90ce-ec1aec711a8b ~/.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-29 11:13:54,919 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | artifact | Available | | __unknown__ | compute_legacy | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+----------------+-----------+ 2018-05-29 11:13:54,919 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-29 11:13:59,194 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-05-29 11:13:58.896 11844 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=3b91cd5c-d7c4-4654-a1ce-96046e9f49c2). 2018-05-29 11:13:59.061 11844 INFO rally.api [-] Verifier has been successfully deleted! 2018-05-29 11:14:05,045 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-05-29 11:14:03.212 11847 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-05-29 11:14:03.283 11847 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-05-29 11:14:04.875 11847 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=3fc1ea3d-3184-4256-9210-8d06bac362b9) has been successfully created! Using verifier 'opnfv-tempest' (UUID=3fc1ea3d-3184-4256-9210-8d06bac362b9) as the default verifier for the future CLI operations. 2018-05-29 11:14:10,686 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating network with name: 'tempest-net-fe595c00-e8db-40b1-93d4-a1b296e312c0' 2018-05-29 11:14:11,705 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': u'physnet2', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-05-29T11:14:11Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vlan', u'id': u'ff12b27b-3549-4a0b-b0a7-1984a5f16e87', u'provider:segmentation_id': 1008, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tempest-net-fe595c00-e8db-40b1-93d4-a1b296e312c0', u'admin_state_up': True, u'tenant_id': u'70cc141f1ac541cbb76ecedbbd38451e', u'created_at': u'2018-05-29T11:14:11Z', u'mtu': 1500, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'70cc141f1ac541cbb76ecedbbd38451e'}) 2018-05-29 11:14:12,324 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-05-29T11:14:12Z', 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'cf711262-559f-41fd-801a-96c787a74d65', u'subnetpool_id': None, u'service_types': [], u'name': u'tempest-subnet-fe595c00-e8db-40b1-93d4-a1b296e312c0', u'enable_dhcp': True, u'network_id': u'ff12b27b-3549-4a0b-b0a7-1984a5f16e87', u'tenant_id': u'70cc141f1ac541cbb76ecedbbd38451e', u'created_at': u'2018-05-29T11:14:12Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.150.1', u'ip_version': 4, u'project_id': u'70cc141f1ac541cbb76ecedbbd38451e'}) 2018-05-29 11:14:12,325 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-05-29 11:14:12,325 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating image with name: 'Cirros-0.4.0-fe595c00-e8db-40b1-93d4-a1b296e312c0' 2018-05-29 11:14:12,971 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/Cirros-0.4.0-fe595c00-e8db-40b1-93d4-a1b296e312c0', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-05-29T11:14:13Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'public', u'file': u'/v2/images/9a55fb92-2eae-4a89-bfc3-f1943d837c69/file', u'owner': u'70cc141f1ac541cbb76ecedbbd38451e', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'9a55fb92-2eae-4a89-bfc3-f1943d837c69', u'size': None, u'name': u'Cirros-0.4.0-fe595c00-e8db-40b1-93d4-a1b296e312c0', u'checksum': None, u'self': u'/v2/images/9a55fb92-2eae-4a89-bfc3-f1943d837c69', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-05-29T11:14:13Z', u'schema': u'/v2/schemas/image'}) 2018-05-29 11:14:12,971 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating image with name: 'Cirros-0.4.0-1-fe595c00-e8db-40b1-93d4-a1b296e312c0' 2018-05-29 11:14:13,441 - 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-fe595c00-e8db-40b1-93d4-a1b296e312c0', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-05-29T11:14:13Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'public', u'file': u'/v2/images/960e86cf-3ba0-44b1-8c48-d7df12346b5c/file', u'owner': u'70cc141f1ac541cbb76ecedbbd38451e', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'960e86cf-3ba0-44b1-8c48-d7df12346b5c', u'size': None, u'name': u'Cirros-0.4.0-1-fe595c00-e8db-40b1-93d4-a1b296e312c0', u'checksum': None, u'self': u'/v2/images/960e86cf-3ba0-44b1-8c48-d7df12346b5c', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-05-29T11:14:13Z', u'schema': u'/v2/schemas/image'}) 2018-05-29 11:14:13,441 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-29 11:14:13,680 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'opnfv_flavor-fe595c00-e8db-40b1-93d4-a1b296e312c0', 'ephemeral': 0, 'ram': 1024, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'70cc141f1ac541cbb76ecedbbd38451e', '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'00823785-698a-454a-8eec-2eef049bd285', 'swap': 0}) 2018-05-29 11:14:13,808 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'opnfv_flavor_1-fe595c00-e8db-40b1-93d4-a1b296e312c0', 'ephemeral': 0, 'ram': 1024, 'is_disabled': False, 'properties': Munch({u'OS-FLV-DISABLED:disabled': False, u'OS-FLV-EXT-DATA:ephemeral': 0, u'os-flavor-access:is_public': True}), u'OS-FLV-DISABLED:disabled': False, 'vcpus': 1, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'70cc141f1ac541cbb76ecedbbd38451e', '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'5ea765eb-fdb0-4f7e-82ee-7ad9968c9958', 'swap': 0}) 2018-05-29 11:14:18,844 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-29 11:14:17.880 11866 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=3fc1ea3d-3184-4256-9210-8d06bac362b9) for deployment 'opnfv-rally' (UUID=9a588c3a-b86a-477e-90ce-ec1aec711a8b). 2018-05-29 11:14:18.705 11866 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=3fc1ea3d-3184-4256-9210-8d06bac362b9) has been successfully configured for deployment 'opnfv-rally' (UUID=9a588c3a-b86a-477e-90ce-ec1aec711a8b)! 2018-05-29 11:14:18,844 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-05-29 11:14:18,845 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-05-29 11:14:18,848 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-05-29 11:14:18,853 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-05-29 11:14:24,290 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-3fc1ea3d-3184-4256-9210-8d06bac362b9/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-29 11:14:24,290 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-05-29 11:14:24,292 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-05-29 11:14:24,292 - 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-29 11:14:28,313 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-29 11:14:28.311 11875 INFO rally.api [-] Starting verification (UUID=f88dc1b0-336f-4d70-8059-52e6eae7a532) for deployment 'opnfv-rally' (UUID=9a588c3a-b86a-477e-90ce-ec1aec711a8b) by verifier 'opnfv-tempest' (UUID=3fc1ea3d-3184-4256-9210-8d06bac362b9). 2018-05-29 11:14:28,313 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: f88dc1b0-336f-4d70-8059-52e6eae7a532 2018-05-29 11:17:07,937 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'f88dc1b0-336f-4d70-8059-52e6eae7a532']'. 2018-05-29 11:17:09,651 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-29 11:17:09,651 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-29 11:17:09,651 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-29 11:17:09,651 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | f88dc1b0-336f-4d70-8059-52e6eae7a532 | 2018-05-29 11:17:09,651 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-05-29 11:17:09,651 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-29 11:14:28 | 2018-05-29 11:17:09,652 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-29 11:17:07 | 2018-05-29 11:17:09,652 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:39 | 2018-05-29 11:17:09,652 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-29 11:17:09,652 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-29 11:17:09,652 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 3fc1ea3d-3184-4256-9210-8d06bac362b9) | 2018-05-29 11:17:09,652 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-29 11:17:09,652 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 9a588c3a-b86a-477e-90ce-ec1aec711a8b) | 2018-05-29 11:17:09,652 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2018-05-29 11:17:09,652 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 144.819 | 2018-05-29 11:17:09,652 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 43 | 2018-05-29 11:17:09,652 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 9 | 2018-05-29 11:17:09,652 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-29 11:17:09,652 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-29 11:17:09,652 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-05-29 11:17:09,652 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-29 11:17:09,653 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-29 11:17:09,685 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 100.0% 2018-05-29 11:17:13,050 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-29 11:17:13,050 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 03:02 | PASS | +-----------------------+------------------+------------------+----------------+ 2018-05-29 11:17:13,055 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_ssh | functest | smoke | 07:32 | PASS | | vping_userdata | functest | smoke | 07:30 | FAIL | | tempest_smoke_serial | functest | smoke | 14:52 | PASS | | rally_sanity | functest | smoke | 27:25 | PASS | | refstack_defcore | functest | smoke | 05:59 | FAIL | | patrole | functest | smoke | 05:12 | PASS | | snaps_smoke | functest | smoke | 51:05 | FAIL | | neutron_trunk | functest | smoke | 03:02 | PASS | | odl | functest | smoke | 00:00 | SKIP | +------------------------------+------------------+---------------+------------------+----------------+ 2018-05-29 11:17:13,061 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-05-29 11:17:17,544 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-fuel-virtual-daily-fraser-86 | | 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 | fuel | | DEPLOY_SCENARIO | os-nosdn-ovs-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | ericsson-virtual4 | +--------------------------------------+----------------------------------------------------------+ 2018-05-29 11:17:17,550 - xtesting.ci.run_tests - INFO - Sourcing env file /var/lib/xtesting/conf/env_file export OS_IDENTITY_API_VERSION=3 export OS_PROJECT_DOMAIN_NAME=Default export OS_USER_DOMAIN_NAME=Default export OS_PROJECT_NAME=admin export OS_TENANT_NAME=admin export OS_USERNAME=admin export OS_PASSWORD=opnfv_secret export OS_REGION_NAME=RegionOne export OS_INTERFACE=internal export OS_ENDPOINT_TYPE="internal" export OS_CACERT="/etc/ssl/certs/ca-certificates.crt" export VOLUME_DEVICE_NAME=vdc export OS_AUTH_URL=http://172.16.10.36:35357/v3 2018-05-29 11:17:17,550 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-29 11:17:17,550 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-05-29 11:17:17,551 - 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-29 11:17:17,553 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-05-29 11:17:21,237 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-fuel-virtual-daily-fraser-86 | | 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 | fuel | | DEPLOY_SCENARIO | os-nosdn-ovs-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | ericsson-virtual4 | +--------------------------------------+----------------------------------------------------------+ 2018-05-29 11:17:21,242 - xtesting.ci.run_tests - INFO - Sourcing env file /var/lib/xtesting/conf/env_file export OS_IDENTITY_API_VERSION=3 export OS_PROJECT_DOMAIN_NAME=Default export OS_USER_DOMAIN_NAME=Default export OS_PROJECT_NAME=admin export OS_TENANT_NAME=admin export OS_USERNAME=admin export OS_PASSWORD=opnfv_secret export OS_REGION_NAME=RegionOne export OS_INTERFACE=internal export OS_ENDPOINT_TYPE="internal" export OS_CACERT="/etc/ssl/certs/ca-certificates.crt" export VOLUME_DEVICE_NAME=vdc export OS_AUTH_URL=http://172.16.10.36:35357/v3 2018-05-29 11:17:21,242 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-29 11:17:21,243 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +------------------+---------------+--------------------------+-------------------------------------------+-----------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +------------------+---------------+--------------------------+-------------------------------------------+-----------------------+ | features | 2 | (daily)|(weekly) | Test suites from feature projects | parser-basics | | | | | integrated in functest | | +------------------+---------------+--------------------------+-------------------------------------------+-----------------------+ 2018-05-29 11:17:21,245 - xtesting.ci.run_tests - INFO - Running tier 'features' 2018-05-29 11:17:21,245 - xtesting.ci.run_tests - INFO - Running test case 'parser-basics'... 2018-05-29 11:20:40,369 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/parser-basics.log' 2018-05-29 11:20:40,673 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-29 11:20:40,673 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+-----------------+------------------+----------------+ | parser-basics | parser | 03:19 | PASS | +-----------------------+-----------------+------------------+----------------+ 2018-05-29 11:20:40,677 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 03:19 | PASS | +-----------------------+-----------------+------------------+------------------+----------------+ 2018-05-29 11:20:40,678 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK